Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified OmniStudio Developer All Questions

View all questions & answers for the Certified OmniStudio Developer exam

Exam Certified OmniStudio Developer topic 1 question 74 discussion

Actual exam question from Salesforce's Certified OmniStudio Developer
Question #: 74
Topic #: 1
[All Certified OmniStudio Developer Questions]

A developer is configuring the API URL in an HTTP Action element within an Integration Procedure.

What is the merge code syntax for passing a Date node from an element named SetValues in the URL?

  • A. %SetValues:Date%
  • B. ['SetValues']['Date']
  • C. %SetValues.Date%
  • D. {{SetValues.Date}}
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Paps29
Highly Voted 1 year, 2 months ago
What is the correct answer, the ExamTopics answer or the answers below? Why am I paying to still not know what is the correct answer?
upvoted 7 times
...
cooldeeps
Most Recent 1 year, 3 months ago
Selected Answer: A
A IS THE RIGHT ANSWER
upvoted 3 times
...
studyvikram
1 year, 3 months ago
Selected Answer: A
. vs :
upvoted 2 times
...
rosepooja
1 year, 6 months ago
Answer must be A
upvoted 4 times
...
ppremy
1 year, 6 months ago
Selected Answer: D
The merge code syntax for passing a Date node from an element named SetValues in the URL is: D. {{SetValues.Date}} The merge code syntax in Integration Procedures uses double curly braces to indicate that a value should be merged into the URL, request body, or headers. The syntax to access the value of a node named "Date" under an element named "SetValues" is "{{SetValues.Date}}". Option A ("%SetValues:Date%") and Option C ("%SetValues.Date%") are not the correct syntax for accessing the value of a node in an Integration Procedure. Option B (['SetValues']['Date']) is not the correct syntax for merge codes in an Integration Procedure. It is the syntax for accessing values in JSON or JavaScript objects, but not in merge codes.
upvoted 1 times
Rajurevu
6 months, 1 week ago
Option A is correct answer
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...