Skip to main content

Table Exists

Description

Table Exists is a step in the Lookup Plugin for Process Studio Workflows. You can use the Table Exists step to verify if a certain table exists in a database. The result is a Boolean flag field that gets added to the input fields in the output.

Configurations

No.Field NameDescription
1Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2ConnectionSpecify the database connection to use
3Schema nameSpecify the schema of the table to look for
4Table name fieldSpecify the name of the field that will contain the database table name to look for.
5Result fieldnameSpecify the name of the field that will contain the Boolean result flag in the output of this step.