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
- Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
- Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
- Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
- Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
Reveal Solution Next Question