Skip to main content

Create row in Datastore

Create row within a table in Datastore.

Application

  • Datastore

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Table nameName of the table containing the row to createText (Short)YesDataTable1
Insert value(s)A JSON object containing the values to insert into the datastoreText (Long)Yes{"URL": "wrk.com","pages": 1000}
Row IDUnique value you would like to use as the row identifer. If blank an ID will be auto generatedText (Long)NoMyCustomRowID

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Inserted dataJSON output of the inserted dataText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the Row ID already exists in the Datastore table

Requirements

  • N/A