You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
We are trying to run the following code to generate postman collection automatically. We are expecting to get request body and request parameters to get added automatically but someone in the final JSON, the parameters are empty.
Can someone point in case we are missing out something?
@atharva-campbooks due to the use of JSON.stringify(arrayofQuery) in the query field of the request.
Instead of converting the query parameters to a JSON string, you should keep them as an array of objects,
[!IMPORTANT] - query: arrayofQuery,
Hello Team,
We are trying to run the following code to generate postman collection automatically. We are expecting to get request body and request parameters to get added automatically but someone in the final JSON, the parameters are empty.
Can someone point in case we are missing out something?
Thanks in advance!!
The text was updated successfully, but these errors were encountered: