Create Record
Usage
This action is used to create a record 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 create a record in.
-
Primary Key Column Name - Here you should put the name of your selected primary key column.
-
Columns of the table to create - here you can add columns to your created record.
Demonstration on how to use it in a flow
-
Drag and drop Create Record 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.
Here for example we had a table with a primary key named ID. You can see the primary key for your table at Google AppSheet panel => Sidebar => Data like the image below.
-
Add the required columns and specify their types and names and values.