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 D...
Eric_Zhang
9 years agoMicrosoft 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?