Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

request transformation

Hi There,

How would i have a variable requestNew, since i want to send this requestNew JSON object to the backend rather the request. Pls advice

Below is my request : Essentially i get in the request only one element and would like to add additional elements in json object.

<AssignMessage async="false" continueOnError="false" enabled="true" name="Assign-Message-1"> <DisplayName>Assign Message-1</DisplayName> <Properties/>

<Set>

<Payload contentType="application/json; charset=utf-8">

{"foo": "bar", "hello": "world"}

</Payload>

</Set>

<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>

<AssignTo createNew="true" transport="http" type="request"/> </AssignMessage>

0 1 96
1 REPLY 1