Update row in Datastore.
Application
Datastore
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Table name | Name of the table containing the row to update | Text (Short) | Yes | DataTable1 |
Row ID | ID of the row being updated. This can be fetched from "Query table in Datastore" | Text (Short) | Yes | 123456789 |
Insert row data? | If true, updates only the specified fields in the row. If false, replaces the entire row with the new row value | True/False | No | |
Row value | A JSON representation of the row | Text (Long) | No | {“url”:”wrk.com”} |
Outputs (what you get)
N/A
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
No result | This status is selected if the job has successfully completed but no result was produced. |
Requirements
N/A