Hi Community,
I have a Request in JSON format below,
{
"Title": "Mr.",
"Name": "Neo",
"Gender": "Male",
"Phone": "+351 214 153 730",
"Birthday": "2017-11-02",
"Occupation": "OutSystems Community Mascot",
"City": "Linda-a-Velha",
"State": "Lisbon",
"Country": "Portugal",
"Email": "neo@outsystems.com",
"Company": "OutSystems"
}
In this request I want to change the name dynamically. I will fetch this data from Data Action and then generate the REST request (POST method).
But as you can see the value of key 'name' in above JSON is static, can anyone help me to make it dynamic ?
Hi Ashish Lonkar ,
Please find solution in below discussion,
https://www.outsystems.com/forums/discussion/79394/how-to-pass-dynamic-parameters-to-a-rest-api-from-a-json-object-of-a-structure/
Hope it helps you.
Thanks,
Hi Ramesh,
The link you shared is a diffirent discussion, please check once.
Thanks !