Skip to main content
All CollectionsTemplatesBasic
Collect Torq Global Variables with Pagination - Workflow Template
Collect Torq Global Variables with Pagination - Workflow Template

Workflow that uses pagination to gather all Torq global variables and provide them into a single array.

Updated over a week ago

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

  1. Start gathering the global variables in a loop

  2. Store the variables into an array named "Variable Results"

  3. If the next page token exists, keep gathering variables

  4. 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

Did this answer your question?