CurrentCar.brand
data variable.2019-11-28T15:00:39.442Z
stored in pageVars.lastPurchaseAt
. A configured Formula binding can display those dates in a nice format:11.28.2019 17:00
instead of the complicated format.lastPurchaseAt
page variable is updated, the UI will automatically update accordingly. Formulas can be used in style bindings, too – for example, you could use systemVars.runtime
in your formula to render different styles if the app is running on native vs. mobile.current.name
or AVERAGE(pageVars.prices)
.name
field, and you bind your repeated list component to display Currently repeated property value name
, the first list item will show the first country's name, the second one the second country's name, and so forth.name
and nativeName
and alpha2Code
.current
namespace in formulas.current.id
as a page parameter via the Open page node.currentLanguage
.languages
when repeating countriesrepeated
namespace, e.g. repeated.currentLanguage.nativeName
.