Skip to main content

Import data into Datastore

Import row(s) into a table in Datastore.

Application

  • Datastore

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Table nameName of the table to insert data intoText (Short)YesDataTable1
Insert valuesA JSON array containing the values to insert into the databaseText (Long)Yes[{"URL": "wrk.com","pages": 1000}]

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Total number of inserted rowsThe total number of rows inserted into the tableNumberNo
Inserted dataJSON output of the inserted dataText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A