Get Row(s)

Retrieves a single row or multiple rows from a table.

Overview

This procedure gets a single row or multiple rows from a table. Optionally, a row selection formula can be specified to narrow the retrieval.

circle-info

You can retrieve all rows from the table.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

chevron-rightget the table's row(s)hashtag

What does it do?

Instructs the system to get one or more rows from a table. If a single-row request returns multiple rows, a question will be raised, prompting you to select one.

Where does it go?

This phrase should be written on a new line.

Is it required?

✅ Yes — This phrase is required.

Does it require data?

✅ Yes — A reference to the table must be defined in the automation.

chevron-rightthe row selection formula ishashtag

What does it do?

None

Where does it go?

Indented under get the table's row(s) where.

Is it required?

❌ No — This phrase is optional.

Does it require data?

❌ No — This phrase does not require data.

Examples

1. Get a Single Row

create an sample table
get the table's row

2. Get a Single Row Using a Row Selection Formula

3. Get Multiple Rows

4. Get Multiple Rows Using a Row Selection Formula

Last updated

Was this helpful?