This workflow provides a robust solution for aggregating all Torq global variables using pagination, compiling them into a single, comprehensive array. It ensures that regardless of the number of variables and the pagination constraints, a complete set can be gathered effectively and efficiently, facilitating improved data management and accessibility within Torq environments.
Use Cases
null
Workflow Breakdown
Start gathering the global variables in a loop
Store the variables into an array named "Variable Results"
If the next page token exists, keep gathering variables
If the next page token is not included in the results, break the loop
Vendors
Utils, Torq
Workflow Output
An array listing the global variables in the account