I am looking to find out how to address the following Use Case:
Run Query1 against Rest API that returns JSON Value ID (Need to Capture that ID Value and use in Query 2)
Run Query 2 against DIfferent Rest API Call, using ID from Query 1 returns a File ID, need to capture that File ID for Query 3
Run Query 3 againts Different Rest API call uising File ID from Query 2
Thanks