CustomFlowPayload

This class is used by user-created Flows to contain SharePoint row information so the Flow can access metadata on rows of files or folders. This structure is returned by the

  • sFilesItem.parse method.

Constructors

global CustomFlowPayload()


Fields

global ApiActionStatusstring

AURAENABLED INVOCABLEVARIABLE

Used internally

global CreatedByString

AURAENABLED INVOCABLEVARIABLE

SharePoint user that created the file or folder

global CreatedDateTimeString

AURAENABLED INVOCABLEVARIABLE

Used internally

global CustomFieldListList<CustomFieldItem>

AURAENABLED INVOCABLEVARIABLE

The list of CustomField

global CustomFieldsString

AURAENABLED INVOCABLEVARIABLE

The values of all of the custom fields returned on the file or folder

global DisplayNameString

AURAENABLED INVOCABLEVARIABLE

What is shown in the UI

global FormatString

AURAENABLED INVOCABLEVARIABLE

The extension of the file in SharePoint (zip,jpg,pdf)

global IdString

AURAENABLED INVOCABLEVARIABLE

The Sharepoint Id of the file or folder. This id the main reference field used in API calls in the ClientApi class.

global IndexInteger

AURAENABLED INVOCABLEVARIABLE

Used internally

global itemsList<SharepointFileInfo>

AURAENABLED INVOCABLEVARIABLE

A structure to store child items related to the current SharePointFileInfo Object. This does not query child objects, it only provides a way to store related records for programmatic manipulation.

global LastModifiedDatetime

AURAENABLED INVOCABLEVARIABLE

SharePoint date last modified

global ModifiedByString

AURAENABLED INVOCABLEVARIABLE

SharePoint user that most recently modified the file or folder

global NameString

AURAENABLED INVOCABLEVARIABLE

name of the file

global NameWithoutExtString

AURAENABLED INVOCABLEVARIABLE

File Name without extension

global OpenUrlString

AURAENABLED INVOCABLEVARIABLE

The full URL to open the file in sharepoint

global SharepointGuidstring

AURAENABLED INVOCABLEVARIABLE

Used internally

global SharepointListIdstring

AURAENABLED INVOCABLEVARIABLE

Used internally

global SizeString

AURAENABLED INVOCABLEVARIABLE

File size in bytes

global TypeString

AURAENABLED INVOCABLEVARIABLE

Microsoft file type

global UrlString

AURAENABLED INVOCABLEVARIABLE

Relatave Path on the SharePoint server