Free Salesforce Plat-Dev-210 Actual Exam Questions s - Question 13 Discussion
named FetchCart and a Response Action named ResponseCart.
In Preview, what JSON node shows the data sent to the Response Action?
D imo, since ResponseCart should directly show what’s passed to the Response Action, not just a summary node.
It’s B for me because the Response node usually represents the final output after all processing is done. Since ResponseCart is the last step, the data it sends should appear under Response in preview. ResponseCartDebug might show debug info, but if you want the actual JSON node with the data passed on, Response is where it’s at. That’s how I read it anyway.
C/D? ResponseCartDebug shows detailed data inside ResponseCart, but ResponseCart might show the actual node.
If it's about data sent into ResponseCart, wouldn’t D be the node showing that?
Maybe B here, since Response is typically the overall output node after all actions complete, so it should show data sent out by ResponseCart in the final JSON.
C imo, ResponseCartDebug usually shows the detailed data inside Response Actions during preview, more so than just ResponseCart or Response nodes. It’s meant for debugging the exact payload.
Maybe A here, since FetchCart is the Remote Action feeding data into the process. The JSON node for FetchCart might show the actual data being pulled before it hits ResponseCart. If they wanted the final output, maybe D, but the question says "data sent to the Response Action," which sounds like input to me. So that initial fetch data seems more relevant than the response output nodes.
D imo, since the Response Action is named ResponseCart, that node likely holds its input data.
B vs D, but I think B is the final output node, not the action name.
B. The Response node is typically where the final payload that gets sent out by the Integration Procedure is shown during preview. The other options either reference specific elements inside the procedure or debug details, but not the actual response content. This fits with how Salesforce usually structures the preview output — the Response node captures the ultimate data passed along after all processing.
The preview usually shows the actual response data under the Response node, not the debug or fetch nodes. So, I’d say B. Response is the JSON node that holds what’s sent to the Response Action. It makes sense since Response should carry the final output from the procedure.
C imo, it sounds like a debug node specifically for ResponseCart data.
Pretty sure it’s D. ResponseCart since that matches the Response Action name directly.