Overview
Learn how to read, manipulate, and save data in your automations.
Note: You're currently referencing the first version of Table procedures (v1). A newer version, Table (v2), is now available with enhanced features and improved functionality.
Overview
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.
Reading in a Table from a File
If you have a CSV or Excel file you want to use in your automation, you can read it using as a table
.
get the file 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 Excel Book.
Last updated
Was this helpful?