FlowActionPayload

The FlowActionPayload class is returned as the output for the following apex actions inside of a flow: FlowDeleteAction, FlowRenameAction, FlowUpdateColumnsAction.

Fields

global ErrorString

AURAENABLED INVOCABLEVARIABLE

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

global ItemSharePointItemData

AURAENABLED INVOCABLEVARIABLE

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

global SuccessBoolean

AURAENABLED INVOCABLEVARIABLE

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