xenial-black
xenial-black3mo ago

Request Body

Hello, does anyone have tips to be able to type in the "Request Body" section of the test tool? It says auto-generated from variables
4 Replies
correct-apricot
correct-apricot3mo ago
In tools section, search Input Parameters option and define the variables there. Your Request Body section should get auto updated. Let me know if this works for you.
xenial-black
xenial-blackOP3mo ago
Thank you, I’ll give it a try
xenial-black
xenial-blackOP3mo ago
Where can I find that? This is what I see
No description
Shubham Bajaj
Shubham Bajaj3mo ago
Hi Kevin Van, If the "Request Body" section is showing as "auto-generated from variables," it typically means that the request body content is being sourced dynamically from variables configured in your workflow or tool. Here are a few tips you might find helpful: 1. Check Variables Configuration: Ensure that the variables you want to use in the request body are correctly set up in your workflow or tool configuration. This can include reviewing any variable names or types that might be auto-populating the request body. 2. Understand the Workflow Structure: Verify the structure of your workflow to see how the data is being pulled into the request body. Often, examining the workflow's logic can provide insight into why certain variables are being used. 3. Edit Variables as Needed: If your current variables do not contain the desired information, you may need to update their values or potentially redefine them within your workflow configuration to align with your needs. For more details on setting up API requests and configuring them, you can refer to the API Request documentation.

Did you find this page helpful?