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

  1. string — Collects the slot as a string
  2. integer — Collects the slot as a whole number
  3. number — Collects the slot as a decimal number
  4. boolean — Collects the slot as a boolean True or False
  5. object— Collects the slot as an object
  6. User — Collects the slot as the User Object for a specific User.
  7. List[string] — Collects the slot as an array of strings
  8. List[integer] — Collects the slot as an array of whole numbers
  9. List[number] — Collects the slot as an array of decimal numbers
  10. List[boolean]— Collects the slot as an array of booleans
  11. List[object]— Collects the slot as an array of objects
  12. List[User] — Collects the slot as an array of User Objects