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:
An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Account id and Product Id. The integration Procedure data JSON contains the following nodes: How should the Remote Action element be configured to pass the data correctly to the method?
Correct Answer: A
Checking the Send Only Additional Input checkbox allows the Remote Action element to send only the key /value pairs specified in Additional input to the Apex method. The Additional input should have the same keys as the method parameters, and the values should be set to {{InputData.node}} for each node. For example, AccountId: {{InputData.AccountId}} and ProductId: {{InputData.Details.Products}}.