Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Complex Variable Types

Complex Variable Types

A complex variable can be defined as anything that is not a simple string or a number. For example, a Local File can be considered a complex variable with various attributes in it such as the name, path, extension, size, etc. To retrieve the attributes of a complex variable use the following variable reference syntax.
${variableName:attributeName}.
The colon (:) separates the variable from the attribute.
Variables and their attributes are case sensitive. For example, ${file:lastModifiedDate} returns the name of the file and ${file:lastmodifieddate} will generate an error with the message: Variable Not Found.

0 COMMENTS

We’d like to hear from you!