Forum Discussion
medwards807
Helper I
9 years agoHow 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
Microsoft Employee
9 years agoI'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?