Skip to main content

Create row in Datastore

Wrk Product avatar
Written by Wrk Product
Updated over 3 weeks ago

Create row within a table in Datastore.
​

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 object containing the values to insert into the datastore

Text (Long)

Yes

{"URL": "wrk.com","pages": 1000}

Row ID

Unique value you would like to use as the row identifer. If blank an ID will be auto generated

Text (Long)

No

MyCustomRowID

Outputs (what you get)

Name

Description

Data Type

Required?

Example

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.

Unsuccessful

This status is selected if the Row ID already exists in the Datastore table

Requirements

  • N/A

Did this answer your question?