Refer to the exhibit below. A developer has configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS 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.

Select an option, then click Submit answer.
Reference / correct answer:
Key Value - SecondaryAccount %DRExtractAction:Account%
Most accepted answer: B. Key Value - SecondaryAccount %DRExtractAction:Account%
Community votes: B=1
The answer is B. upvoted 2 times
Selected Answer: B The correct answer is B. If the developer checked Send Only Additional Input, they would need to configure Additional Input key-value pairs to send data that would have otherwise been sent via the default Request Body. In this case, the Request Body data is being passed through a DataRaptor Extract Action before it is sent, and then being transformed before being returned in the Response Body. To send the same data via Additional Input, the developer would need to use the merge code syntax to reference the output of the DataRaptor Extract Action in the Additional Input key-value pairs. The correct syntax would be %DRExtractAction:Account% for the key and SecondaryAccount for the value. upvoted 4 times