Skip to main content
All CollectionsTemplatesBasic
Table Workspace Variable Example Workflow - Workflow Template
Table Workspace Variable Example Workflow - Workflow Template

This Workflows is an example on how to use a table as a workspace variable to perform common CRUD tasks.

Updated over a week ago

This KB article outlines the Table Workspace Variable Example Workflow, designed to manage data in tables efficiently within Torq. It demonstrates practical usage of a table as a workspace variable to execute CRUD (Create, Read, Update, Delete) operations. This workflow is ideal for users looking to handle CSV data within a table format, offering capabilities such as inserting CSV data, querying and paginating table results, updating and deleting specific records, and eventually cleaning up by deleting the table variable.

Use Cases

Example

Workflow Breakdown

  1. Creates a table variable.

  2. Insert CSV data into a table.

  3. Query a table and paginate through its results.

  4. Delete items as a results of a query.

  5. Delete specific items.

  6. Update specific items.

  7. Delete table variable.

Vendors

Utils, Torq

Did this answer your question?