FlowActionPayload_SharePointUrlResponse

This payload is returned as the output for the flow action, FlowAction_GetItemByUrl or “Get SharePoint Item By URL”.

Fields

global DocumentLibrarySharePointItemData

AURAENABLED INVOCABLEVARIABLE

A fileforcem1__SharePointItemData Apex-defined variable of the SharePoint Document Library related to the item found.

global DocumentLibraryIdString

AURAENABLED OTHER

The Id of the SharePoint Document Library related to the item found. (ex. “b!7Mv_WK8JZPql5x2TpN6HTkC3OLrkYAn9QswoTrboxAa3iGhu1wR9oT10dOV”)

global DocumentLibraryRootFolderIdString

AURAENABLED OTHER

The Id of the SharePoint Document Library Root Folder related to the item found. (ex. “019XLP7V83TQZMWY6658JRA120KNSELRRZ”)

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 found.

global ItemIdString

AURAENABLED INVOCABLEVARIABLE

The Id the item found.

global SiteSharePointItemData

AURAENABLED INVOCABLEVARIABLE

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

global SiteIdString

AURAENABLED INVOCABLEVARIABLE

The Id of the SharePoint Site related to the item found.

global SuccessBoolean

AURAENABLED INVOCABLEVARIABLE

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