Skip to main content

Update row in Datastore

Update row in Datastore.

Application

  • Datastore

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Table nameName of the table containing the row to updateText (Short)YesDataTable1
Row IDID of the row being updated. This can be fetched from "Query table in Datastore"Text (Short)Yes123456789
Insert row data?If true, updates only the specified fields in the row. If false, replaces the entire row with the new row valueTrue/FalseNo
Row valueA JSON representation of the rowText (Long)No{“url”:”wrk.com”}

Outputs (what you get)

N/A

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
No resultThis status is selected if the job has successfully completed but no result was produced.

Requirements

  • N/A