Delete Data Source Rows

Delete rows from a GoFormz Data Source.

Inputs

KeyValue
dataSourceIdRequiredThe unique 32-digit hexadecimal identifier of the Data Source containing the rows to be deleted. See here for more details.
rowIdListRequiredA comma-delimited list of the 32-digit hexadecimal Data Source row IDs to be deleted. This list is typically obtained from the deleteList output of the Compare Data Source To DataSet action.

Outputs

None

Usage

This action deletes the rows specified in rowIdList from the GoFormz Data Source specified by dataSourceId.

This action is typically used as part of a workflow to sync a GoFormz Data Source with an external data source. It relies on the Compare Data Source To DataSet action to deliver the list of row IDs to be deleted from the Data Source. See here for a full step-by-step example of this use case, with screenshots.