Option C is the correct way to configure Additional input to send exactly the same data as Input Data. The Additional input should have a key/value pair for each field in Input Data, and the value should be set to {{InputData.field}} for each field. This will pass the value of Input Data for each field to Additional input.
QUESTIONNO: 23
A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to providethis functionality?
A. Use an Edit Block element configured with Remote Actions.
B. Use an Edit Block element configured with SOQL statements.
C. Use an Input Block element and a DataRaptor Post Action element.
D. Use a Text Block element and a Remote Action element.
Answer: A
An Edit Block element configured with Remote Actions allows the developer to create a dynamic table that can display, add, edit, or delete records from a Salesforce object. The Remote Actions can be configured to perform CRUD operations on the object using SOQL or Apex.
Submit