Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Work variables can be referred to directly by name in your code.

Screen fields can be referred to referenced using the following syntax:

Code Block
languagejs
screenName["fieldName"]

Global properties can be referred accessed by using the following format:

...