178
Views
2
Comments
How to add dynamic parameter in request while consuming a REST API (POST Method)
Application Type
Reactive
Service Studio Version
11.53.35 (Build 61815)

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 ?

2025-10-18 11-13-53
Ramesh subramanian
2023-03-16 04-58-56
Ashish Lonkar

Hi Ramesh,

The link you shared is a diffirent discussion, please check once.

Thanks !

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.