Overview

Learn how to read, manipulate, and save data in your automations.

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.

Last updated

Was this helpful?