Workato · Arazzo Workflow
Workato Reset a Data Table's Data and Schema
Version 1.0.0
Truncate a data table's records, then update its schema in place.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
reset-data-table-schema
Truncate a data table and apply a new schema to it.
Reads a data table, removes all of its records, updates its name and column schema, and confirms the new schema took effect.
1
getTable
getDataTable
Read the data table to confirm it exists before resetting it.
2
truncateTable
truncateDataTable
Remove all records from the data table while preserving its structure.
3
updateSchema
updateDataTable
Apply the updated name, folder, and column schema to the table.
4
confirmSchema
getDataTable
Read the data table back to confirm the new schema is in place.