FlowActionPayload_GetFolderContents

This payload is returned as the output for the flow action, getFolderContents or “Get SharePoint Folder Contents”.

Fields

global ErrorString

AURAENABLED INVOCABLEVARIABLE

Returns a string of any errors that occurred during the action.

global ItemsList<SharePointItemData>

AURAENABLED INVOCABLEVARIABLE

A list of fileforcem1__SharePointItemData Apex-defined variables of the SharePoint item related to the action.

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 SuccessBoolean

AURAENABLED INVOCABLEVARIABLE

Returns a boolean true if the action succeeds and false if it does not.