Closed akhot09 closed 5 months ago
we completed the development of this feature and are in testing phase, we will release a minor version shortly tonight or tomorrow.
@akhot09 this has been introduced with V1.0.47
@launchiamenterprise - Can you please help/guide us with relevant documentation/ docs resource link which we can follow so that we can use this new feature.
I am using KeyRunner v1.0.50 version as a extension in VS code and dont see any check boxes against JSON object part of Request Body added of type - RAW part of POST method. Please find below screen shot :
@akhot09 please see the below documentation and if you are still running into issues, let us know
When we try to perform chaining of requests using “playground” option we are unable to tag JSON API request params (sent with RAW Type) part of POST API request to JSON object / JSON parameter from previous API response in request flow. Below are detailed steps for the same.
I am using Key Runner Windows/Desktop Application - v1.0.45.0
a. The POST request API call (of RAW type) need values from all previous GET API calls (as shown in above screenshot). b. The Previous API calls have API response in JSON Array format, and we need a particular value from JSON array to be used as request body param in next POST API call (which is failed in above screen shot). The below screen shot shows -- Previous API call responses:
In below screen shot we can see that -- to map values from previous GET API responses, we don’t see any checkbox option available to map JSON request parameters (part of POST request body) to JSON object from previous GET API call responses.
Further when we try to run requests in request flow via playground option, later POST API request (APIRequest-Post1) fails as it didn’t fetched value from previous API response (Ex: APIRequest-Get1, APIRequest-Get2, APIRequest-Get3) as we don’t see any checkboxes to map value from previous API call responses. So how this scenario can be achieved.