Versions Compared

Key

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

...

Info
titleWHERE

#Loop:LOOPNAME:objects@COLUMN-NAME#

  • #LOOP - points that data must be taken from a Loop and iterated
  • LOOPNAME - sets a name of Loop to be used as source
  • Objects@column-name - points at which data point to pull from the Object to display

Other properties that can be referenced are:

  • backend@COLUMN_NAME - for Events
  • statuses@COLUMN_NAME - for Statuses of Events

...

You can loop any data from any of your custom Lists of Tables. Pulling data arrays from lists of tables is available anywhere, where there is a Loop, including on slider components, etc etc. 

For example, using existing tables in you Task Manager sample app, we can do this to show all languages available for it's users, which are stored in table named "languagelist" and in column named "language"

...