Table Exists
Description
Table Exists checks whether a specified table exists in a database and adds a Boolean result field to the output stream. Use this step when your workflow needs to verify database structure before performing operations — for example, confirming that a target table exists before running an INSERT, or conditionally creating a table when it is missing. The result field can drive downstream branching with a Filter Rows or Switch/Case step.
Configurations
| Field Name | Description |
|---|---|
| Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| Connection | Specify the database connection to use |
| Schema name | Specify the schema of the table to look for |
| Table name field | Specify the name of the field that will contain the database table name to look for. |
| Result fieldname | Specify the name of the field that will contain the Boolean result flag in the output of this step. |