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
Creates a table variable.
Insert CSV data into a table.
Query a table and paginate through its results.
Delete items as a results of a query.
Delete specific items.
Update specific items.
Delete table variable.
Vendors
Utils, Torq