FieldMerge
Returns a named item from a multi-value Databox (Keyfax version 4.4.8 and later).
Last updated
Returns a named item from a multi-value Databox (Keyfax version 4.4.8 and later).
Last updated
This Expression constructs a string from a multi-value Databox such as an question, an HTTP Request or a returning multiple columns with individual column values accessible using the column name.
The syntax of the call is:
format - a string containing a string with square bracketed column names to indicate the positions at which the column values should be substituted into the string
FieldMerge("[name] ([userId])")
<KFXmlValue rows="1"><KFRow id="0"><userId>1</id><name>George Smiley</name></KFRow></KFXmlValue>
George Smiley (1)
If the databox value has multiple records (as supported by multi-record-set databoxes (Keyfax 4.4.8 only) FieldMerge will return a merge of fields in the first row only.