Salesforce Certified OmniStudio Developer — Question 1

A developer is troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart.
In Preview, what JSON node shows the data sent to the Remote Action?

Answer options

Correct answer: C

Explanation

The correct answer is C, FetchCartDebug, as this node specifically contains the data that is sent to the Remote Action FetchCart during the Preview phase. Options A and B refer to the Response Action and its debug information, which do not represent the data sent to FetchCart. Option D is simply the name of the Remote Action and does not indicate the debug data.