FlowActionPayload
The FlowActionPayload class is returned as the output for the following apex actions inside of a flow: FlowDeleteAction, FlowRenameAction, FlowUpdateColumnsAction.
Fields
global Error
→ String
AURAENABLED
INVOCABLEVARIABLE
Returns a string of any errors that occurred during the action.
global Item
→ SharePointItemData
AURAENABLED
INVOCABLEVARIABLE
A fileforcem1__SharePointItemData Apex-defined variable 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.