Menu

addItem

Adds an item to a Collection. This new item will become the last item of the Collection. ...

addListItem

Adds an item to a Collection. Essentially the same as addItem, but should the item value be a...

addMapEntry

Adds an entry to a Map. The entry will have the key and value as defined by the resolved valu...

addZipItem

Adds a new item into a ZIP archive being created with a createZip command. Parent...

composeContent

Evaluates the content commands in the defined document part or an external document. A Flow d...

count

Counts the number of items within a Collection and places the result into a new variable. Whi...

createZip

Creates a variable with a new ZIP archive File as its value. Child commands ...

exportPDF

Exports the specified document File into a PDF File and stores it into the variable context. ...

filter

Creates a new Collection that contains another Collection's items that pass the specified con...

getContent

Retrieves a File from an Online template archive and stores it into the variable context. ...

mergePDF

Combines two specified PDF files into one and stores the resulting PDF file into the variable...

mergePDFCollection

Combines all the PDF Files found in a given Collection into one and stores the resulting PDF ...

parseJSON

Takes JSON content as a File or as a String, parses it into an appropriate structure of varia...

restoreString

Restores a String previously stored with storeString or storeStringSet. The restored String m...

restoreStringSet

Restores multiple Strings previously stored with storeString or storeStringSet. All stored st...

set

Sets a variable of the defined name and value into the variable context, overwriting any exis...

setCollection

Creates a variable with a new Collection as its value. Parent commands ...

setDate

Creates a new variable holding a Date value representing a specified date. Attri...

setDateTime

Creates a new variable holding a DateTime value representing a specified date and time. ...

setEncryption

Encrypts the specified PDF file and stores the result into the variable context. The type of ...

setEvent

Changes the currently running Flow's Event value, which dictates the starting Step of each Se...

setLabelTranslations

Allows data exported from Salesforce's Translation Workbench to be used in the logic. Current...

setLocale

Sets a new Locale as the user's default locale until the end of the Flow. The default locale ...

setMap

Creates a variable with a new Map as its value. Child commands addMapE...

setMessage

Changes the message of the Step that is currently being evaluated. Note that the message in t...

setProperty

Allows a new value to be set for a property of an existing variable. Generally entries of Map...

setText

Creates a new variable holding a String value, or appends new content at the end of an existi...

setTranslation

Creates a new variable that holds a translation Map based on a Translation part found inside ...

sortCollection

Produces a new variable holding a Collection with the contents of the specified Collection s...

storeString

Stores a variable value into a document or another kind of File. This stored value can be lat...