Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

Natural language synonyms for formula operators

Data Binding Generation enables Now Assist to recognize property names by using a set of frequently used synonyms.

Formula operators

With Data Binding Generation, Now Assist can recognize property names through a library of common synonyms. This feature reduces failed field matching and eliminates the need for builders to understand the exact syntax. For instance, the LEN formula operator is associated with various common terms and phrases such as count, how many, length, number of items, and size. This enhancement improves accuracy and speeds up the binding generation process.

Here’s a list of additional examples of operators and their synonyms to guide effective prompt writing:

Formula OperatorCategoryCommon Synonyms
LENMath / Stringcount, how many, length, number of items, size
SUMMathaddition, add up, calculate, total
MINMathleast, lowest, minimum, smallest
MAXMathgreatest, highest, largest, maximum
AVGMathaverage, mean, middle value
ROUNDMathround off, round to, to decimal places
ABSMathabsolute, magnitude, positive value
CONCATStringappend, combine, join, merge strings
TRIMStringclean up, remove spaces, strip whitespace
UPPERStringcapitalize all, make uppercase, to caps
LOWERStringall lowercase, make lowercase, to small letters
CONTAINSStringhas, includes, is part of
STARTSWITHStringbegins with, leads with, starts
ENDSWITHStringcloses with, ends in, finishes with
IFLogiccase, check, condition, decision, when
ANDLogicall of, both, every condition, together with
ORLogicany of, at least one, either
NOTLogicdoes not, exclude, negate, opposite of
ISBLANKLogicempty, is empty, missing, no value
NOWDate / Timecurrent datetime, right now, today's time
TODAYDate / Timecurrent date, present day, this date
DATEDIFFDate / Timedays between, elapsed time, time gap
DATEADDDate / Timeadd days, days from now, future date
PARSEDatabreak down, decode, interpret, read format
LOOKUPDatafind value, get field, reference table

Note: There are more than 70 operators, each with multiple synonyms mapped together. This table lists the most commonly used operators. For a complete list, open Formula Builder within UI Builder and select Browse operators.

Property labels

With Data Binding Generation, Now Assist is able to recognize properties based on keywords found in the data property label. If a prompt uses a synonym that doesn’t match an exact property (such as, surname), Now Assist finds the closest related keyword, such as "name". When a prompt includes either an exact property label or part of the label, such as a first name or family name, it matches directly and improves accuracy.

Parent Topic:UI generation reference