Forum Discussion
medwards807
9 years agoHelper I
How to share a variable across Query 1 and Query 2
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
1 Reply
- Eric_ZhangMicrosoft Employee
I'm not aware of any way to share values among queries, but I think you can call those 3 APIs in one query one by one. Any reason for not doing that?