In OmniScript, data references in the Data JSON use a percent-sign syntax around the field name.

Study for the Salesforce OmniStudio Consultant 2 Exam. Engage with flashcards and multiple choice questions, each providing hints and explanations to aid learning. Prepare thoroughly to pass your certification!

Multiple Choice

In OmniScript, data references in the Data JSON use a percent-sign syntax around the field name.

Explanation:
In OmniScript, data references in the Data JSON are written with percent signs around the reference path. This tells the engine to substitute the placeholder with the actual value from the script’s data context or a connected data source at runtime. For example, using "%Account.Name%" in a field will pull the account name from the data object instead of treating it as plain text. This approach is general and applies to any data value, not just custom fields, so the percent-sign syntax is the standard way to reference data in the Data JSON.

In OmniScript, data references in the Data JSON are written with percent signs around the reference path. This tells the engine to substitute the placeholder with the actual value from the script’s data context or a connected data source at runtime. For example, using "%Account.Name%" in a field will pull the account name from the data object instead of treating it as plain text. This approach is general and applies to any data value, not just custom fields, so the percent-sign syntax is the standard way to reference data in the Data JSON.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy