LogoLogo
About
Tables: v1
  • Home
  • Guides
  • BDK
  • REST API
  • Release Notes
Tables: v1
  • Tables
    • Overview
  • Creating Tables
  • Row Operations
  • Column Operations
  • Turning a Table Into an Excel File
  • Sorting Tables
  • Merging Two Tables Into a New Table
  • Using Values from Tables
Powered by GitBook
On this page
  • Overview
  • Reading in a Table from a File

Was this helpful?

Export as PDF
  1. Tables

Overview

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

Last updated 1 month ago

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.

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 .

Table (v2)
Excel Book