Skip to main content

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 yesterday

This workflow template, "Collect Torq Global Variables with Pagination," is designed to efficiently gather all global variables within a Torq account. Utilizing pagination, it systematically retrieves variables across multiple pages, storing them in a comprehensive array. This process ensures complete data collection, making it ideal for businesses seeking to consolidate and manage their global variables seamlessly.

Use Cases

Example , Function

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?