Want to pass your Salesforce Certified Omnistudio Developer (Plat-Dev-210) OMNISTUDIO-DEVELOPER exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Refer to the exhibit.

A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.
Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.

A. Option A
B. Option B
C. Option C
A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message displays: Required fields are missing: [last Name]'', How should the developer address this issue?
A. SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure
B. The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname
C. The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action
D. The valid field names should be added in the Domain object field in the DataRaptor
A developer needs to transform contact data into a JSON array.

Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers
A. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
B. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
D. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)