FlowAction_CreateGroup
This method mimics the sFiles API method, createGroup. It assumes that the named credential to use is to be found in the “SharePoint Settings” Custom Metadata type (of the sharepointSettingsName if one is specified).
Methods
global static List<FlowActionPayload_Group> createGroup(List<CreateGroupInput> groupInfos)
INVOCABLEMETHOD
Parameters
| Param | Description |
|---|---|
groupInfos | List of CreateGroupInput |
Returns
| Type | Description |
|---|---|
List<FlowActionPayload_Group> | A FlowActionPayload_Group object containing the result of the Create Group operation. |
See CreateGroupInput