Read Records
Usage
This action is used to read existing records in an apps’ database in Google Appsheet.
Fields
-
Connection - Here you authorize a connection to your app using api id and key for Zenphi.
-
Table Name -This field is used to choose the table that you want to read records from.
-
Primary Key Column Name - Here you should put the name of your selected primary key column.
-
Enable Custom Selector(Query) - Here you can specify an expression to select and format the rows returned.
-
Columns of the table to read - here you specify the columns that should be read.
Demonstration on how to use it in a flow
-
Drag and drop Read Records action into the flow.
-
The Name section is pre-filled by the action name but you can configure this section according to your preference.
-
Click the gear icon to open its settings.
-
Authorize a connection for Zenphi.
-
Enter the table’s name.
-
Enter the key column’s name.
-
Enable custom selector if you need to search for specific columns. For example, you can specify one of the following expressions:
-FILTER() to return keys to rows in a table or slice.
-ORDERBY() expression to control the sort order of the returned records.
-SELECT() expression that yields a list of record key values. The records identified by the key values are returned in the Rows response.
-The SELECT() expression can refer to a slice.
-TOP() expression to limit the number of returned rows.
-
Add the columns that you need to read.