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

Prepare thoroughly for the Salesforce OmniStudio Consultant 2 Test. Utilize flashcards and multiple choice questions with explanations for better understanding. Boost your confidence for the exam!

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