Delete

Introduction

The "Delete" step removes records from a specified table in the database. This step is useful for managing and cleaning up database entries dynamically.

Configuration

  • Table: Specifies the table from which records will be deleted. This parameter is required.

Subpaths

  • Filter: Allows access to the columns of the specified table. You can use this subpath to define filters or conditions based on the table's structure.

Last updated