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.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Get a Single Row
create an sample table
get the table's rowA question is raised saying Multiple rows found, please select a row to continue.
2. Get a Single Row Using a Row Selection Formula
create an sample table
get the table's row where
the row selection formula is "Name == john"Name
Number
Address
City
john
+ 1 (415) 691 9426
123 east street
San Francisco
3. Get Multiple Rows
create an sample table
get the table's rowsthe rows
Address
City
Name
Number
123 east street
San Francisco
john
+ 1 (415) 691 9426
321 west street
San Jose
joe
+ 1 (415) 691 1234
213 north street
San Francisco
jack
+ 1 (415) 691 4595
4. Get Multiple Rows Using a Row Selection Formula
create an sample table
get the table's rows where
the row selection formula is "City == San Francisco"the rows
Name
Number
Address
City
john
+ 1 (415) 691 9426
123 east street
San Francisco
jack
+ 1 (415) 691 4595
213 north street
San Francisco
Last updated
Was this helpful?
