Skip to main content

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 NameDescription
Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
ConnectionSpecify the database connection to use
Schema nameSpecify the schema of the table to look for
Table name fieldSpecify the name of the field that will contain the database table name to look for.
Result fieldnameSpecify the name of the field that will contain the Boolean result flag in the output of this step.