FlowActionPayload_List_SPID
This payload is returned as the output for the flow action, FlowAction_SearchForItems or “Search for SharePoint Items”.
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 Success → Boolean
AURAENABLED INVOCABLEVARIABLE
Returns a boolean true if the action succeeds and false if it does not.