UpdateColumnsPayload
The UpdateColumnsPayload class includes the variables input into the flow-enabled apex action, FlowUpdateColumnsAction.
Fields
global ColumnsToUpdate → List<CustomFieldItem>
AURAENABLED INVOCABLEVARIABLE
A collection of fileforcem1__CustomFieldItem variables where the NAME property of each fileforcem1__CustomFieldItem is the API name of the SharePoint column and the VALUE property is the new value of the SharePoint column.
global DocumentLibraryOverrideId → String
AURAENABLED INVOCABLEVARIABLE
Override the Document Library Id in the SharePoint Object Setting.
global ObjectSettingsLabel → String
AURAENABLED INVOCABLEVARIABLE
The label of the SharePoint Object Setting Custom Metadata used to complete the action.
global SharePointId → String
AURAENABLED INVOCABLEVARIABLE
The SharePoint Id of the item to update.
global SiteOverrideId → String
AURAENABLED INVOCABLEVARIABLE
Override the Site Id set in the SharePoint Object Setting.