Valid OmniStudio-Developer Dumps shared by ExamDiscuss.com for Helping Passing OmniStudio-Developer Exam! ExamDiscuss.com now offer the newest OmniStudio-Developer exam dumps, the ExamDiscuss.com OmniStudio-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com OmniStudio-Developer dumps with Test Engine here:
A developer is creating anOmniScript that Provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org: Welcome to Salesforce Your ID is %Details: Customer10:ID% During testing, the developer noticesthat the ID does not display. The data JSON is structured as shown below. How should the developer correct the merge code in order for the ID to display?
Correct Answer: C
The merge code syntax for accessing an array element is %%Details:Customer|1:ID%%, where 1 is the index of the element. The index starts from 1, not 0, so the first element is Customer|1. The % sign is used for single- value merge codes, not array merge codes. The $ sign is used for variables, not merge codes.