Open 99smith opened 2 years ago
Hi @justinmoore
I have a situation where I need to use - match parameter name and replace its value .
For example I have GET request like this: GET https://exmple.com?dateStart=xyzee
Now when I use - match parameter name and replace its value and set parameter name as dateStart and value as superman
Autorepeater just works perfectly fine : https://exmple.com?dateStart=superman
Now the problem is
I have a post request in which there is json body like this
{"userId":"US-DG46","dateStart":"2022-03-20","dateEnd":"2022-04-20"}
Now for the same above condition autorepeater doenot replace value of dateStart in json body parameter.
How can I achive this . Please help !
Thank you
I'm experiencing the exact same problem.
Hi @justinmoore
I have a situation where I need to use - match parameter name and replace its value .
For example I have GET request like this: GET https://exmple.com?dateStart=xyzee
Now when I use - match parameter name and replace its value and set parameter name as dateStart and value as superman
Autorepeater just works perfectly fine : https://exmple.com?dateStart=superman
Now the problem is
I have a post request in which there is json body like this
{"userId":"US-DG46","dateStart":"2022-03-20","dateEnd":"2022-04-20"}
Now for the same above condition autorepeater doenot replace value of dateStart in json body parameter.
How can I achive this . Please help !
Thank you