Template Logic (v20)
Documentation
The core feature of any Dynamo template is its logic - the Flow - and the process of executin...
The HTML resources in Dynamo templates, be they Screens or document parts, can contain HTML c...
The Flow is the template part in which the template's logic resides, but it's also the topmos...
In its basic form the command sequence inside a Step is a simple, straight line of commands b...
The amount of different commands available is rather large and finding the right tool for the...
All the work that a Dynamo template does is done by the commands in the template's Flow. As c...
Value Types
A Boolean value can have two possible states - true or false. It is the value type that expre...
A Collection is an ordered sequence of other values. Its worth lies in certain commands' abil...
A Currency is an extension of the Number type for representing monetary values. Currency valu...
A DAP content item represents one of the files with a Part of the currently running Online te...
A DAP part represents one of the Parts of the currently running Online template. A DAP part v...
Data items are the result units of database queries. Currently they are only produced by a se...