Delete row in Datastore
Delete a 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 delete | Text (Short) | Yes | DataTable1 |
| Row ID | ID of the row being deleted. This can be fetched from "Query table in Datastore" | Text (Short) | Yes | 123456789 |
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