Overview
Learn how to read, manipulate, and save data in your automations.
Last updated
Was this helpful?
Learn how to read, manipulate, and save data in your automations.
Last updated
Was this helpful?
Note: You're currently referencing the first version of Table procedures (v1). A newer version, , is now available with enhanced features and improved functionality.
Whether from an Excel sheet or extracted from a document, we deal with tabular data a lot in automation. This guide walks through how to create and manipulate a table's rows, columns, and values.
If you have a CSV or Excel file you want to use in your automation, you can read it using as a table
.
This will prompt you in the Playground to upload the file you want to work with. This works well for simple tables that are comprised of just column headers and rows.
Working with tables from Excel? Check out our .