Steps to Reproduce:
-
Navigate to the Toolkits menu.
-
Create or open a Postman toolkit.
-
Configure environment variables as follows:
{
"api_path": "/api/v1",
"full_path": "https://dev.elitea.ai{{api_path}}"
}
-
Select Execut request tool
-
Provide request path(e.g., list folder) and click RUN TOOL
Actual Result:
The request fails due to an unresolved nested variable
Expected Result:
The request should resolve the nested variable and execute successfully. Example resolved URL:
Notes: