I need to use the “query string” option to extract a parameter from a url being used to call one of my API workflows, but I also need to use the Detect Request Data approach because the call being made to my workflow has nested JSON.
Is there any way to extract a query string while also use the Detect Request Data approach?
If not, is there a way for me to extract nested JSON values while using manual parameter creation?