<h1>Dear {{[Name]}}</h1>
{{#if (fieldContains textinput10 "Hugo")}}
Say hi
{{/if}}
{{#if (fieldEquals textinput10 "Hugo")}}
Say hi
{{/if}}
{{#if (fieldLessThan textinput10 "Hugo")}}
Say hi
{{/if}}
{{#if (fieldGreaterThan textinput10 9)}}
Say hi
{{/if}}
{{#if (fieldGreaterThanOrEqualTo textinput10 9)}}
Say hi
{{/if}}
{{#if (fieldLessThanOrEqualTo textinput10 9)}}
Say hi
{{/if}}
CSS
v Print variable (default)
v Run IF and EACH loops (default)
- Use AND and OR with brackets
IF
v ==, !=, !==, ===, <, >, <=, >= with COMPARE helper
v CONTAIN helper for string contains and array contains
v LIST NOT CONTAIN
v ISSET (default)
EACH
v Use THIS inside EACH for IF conditions (default)
Swapping [] notations with field names in app
- What happens when there is no field name to swap with?
Changing checkboxes to aways return an array of 0, 1 or more items