Import data into Datastore
Import row(s) into a table in Datastore.
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Table name | Name of the table to insert data into | Text (Short) | Yes | DataTable1 |
| Insert values | A JSON array containing the values to insert into the database | 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