Create row(s) within a table in Datastore. If the ‘Insert value’ is a single object, only 1 row will be created, but if it is an array, each item in the array will be inserted.
Application
Datastore
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Table name | Name of the table containing the row to create | Text (Short) | Yes | DataTable1 |
Insert value(s) | A JSON array containing the values to insert into the database. If the "Insert value(s)" is a single object, only 1 row will be created, but if it is an array, each item in the array will be inserted | Text (Long) | Yes | [{"URL": "wrk.com","pages": 1000}] |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Total number of inserted rows | The total number of rows inserted into the table | Number | No | |
Inserted data | JSON output of the inserted data | Text (Long) | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Requirements
N/A