FlowActionPayload_GetFolderContents
This payload is returned as the output for the flow action, getFolderContents or “Get SharePoint Folder Contents”.
Fields
global Error
→ String
AURAENABLED
INVOCABLEVARIABLE
Returns a string of any errors that occurred during the action.
global Items
→ List<SharePointItemData>
AURAENABLED
INVOCABLEVARIABLE
A list of fileforcem1__SharePointItemData Apex-defined variables of the SharePoint item related to the action.
global NextPageLink
→ String
AURAENABLED
INVOCABLEVARIABLE
If a folder has more than 200 items, the flow action will provide a link to access the following 200 items. Use this value for all subsequent calls to this flow action.
global Success
→ Boolean
AURAENABLED
INVOCABLEVARIABLE
Returns a boolean true if the action succeeds and false if it does not.