FlowActionPayload_SharePointUrlResponse
This payload is returned as the output for the flow action, FlowAction_GetItemByUrl or “Get SharePoint Item By URL”.
Fields
global DocumentLibrary → SharePointItemData
AURAENABLED INVOCABLEVARIABLE
A fileforcem1__SharePointItemData Apex-defined variable of the SharePoint Document Library related to the item found.
global DocumentLibraryId → String
AURAENABLED OTHER
The Id of the SharePoint Document Library related to the item found. (ex. “b!7Mv_WK8JZPql5x2TpN6HTkC3OLrkYAn9QswoTrboxAa3iGhu1wR9oT10dOV”)
global DocumentLibraryRootFolderId → String
AURAENABLED OTHER
The Id of the SharePoint Document Library Root Folder related to the item found. (ex. “019XLP7V83TQZMWY6658JRA120KNSELRRZ”)
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 found.
global ItemId → String
AURAENABLED INVOCABLEVARIABLE
The Id the item found.
global Site → SharePointItemData
AURAENABLED INVOCABLEVARIABLE
A fileforcem1__SharePointItemData Apex-defined variable of the SharePoint Site related to the item found.
global SiteId → String
AURAENABLED INVOCABLEVARIABLE
The Id of the SharePoint Site related to the item found.
global Success → Boolean
AURAENABLED INVOCABLEVARIABLE
Returns a boolean true if the action succeeds and false if it does not.