I noticed functions in workflows are able to have multi-step processes:
Would it be possible to get something similar for queries in the Query Library since we can't use the Run JS Code
resource type?
for me, I have a case where I retrieve a 3rd party ID that's mapped to a retool user in the db. In the app, I have to call 1 query to get the mapped ID then another query to get the object from an outside API. I was hoping to have a single query in the library that could get a row from the db, then use those results in a REST request since this process always needs to be done when using the 3rd party API