Input Variables
Input Variables
Input variables are defined for compound actions as critical input data needed for that resource to execute.
In the Compound Action Editor, you set up Input Variables by going to the Input Fields tab.
Available Data Types
string
— Collects the slot as a stringinteger
— Collects the slot as a whole numbernumber
— Collects the slot as a decimal numberboolean
— Collects the slot as a boolean True or Falseobject
— Collects the slot as an objectUser
— Collects the slot as the User Object for a specific User.List[string]
— Collects the slot as an array of stringsList[integer]
— Collects the slot as an array of whole numbersList[number]
— Collects the slot as an array of decimal numbersList[boolean]
— Collects the slot as an array of booleansList[object]
— Collects the slot as an array of objectsList[User]
— Collects the slot as an array of User Objects
Updated 9 days ago