Parameter | Data Type | Description |
|---|---|---|
1 | Text | Select statement or a variable which evaluates to a text string containing the embedded expression in curly brackets. |
Expression | Result |
|---|---|
FillFields(first(select Greeting from LocalisedGreetings) where the first row in the Greeting column is “Ciao {Name}” and the Name variable is answered as “Ted” | Ciao Ted |