In order to find out the existence of a specific column in a database use the Check if Column Exists Step available under the Lookup Folder in the design mode
- Drag & Drop the above icon.
- Double click the step and name it , defined the connection for MYSQL or SQL SERVER etc.
- Table Name: The name of the column to whom the column belongs.
- Table name in Field: Enabled it if you want to read the name of the table from the input field.
- Tablename Field:Set fields here that have parameters and its type
- Columnname Field:Set the name of the column field reading from the input field.
- Result fieldname:Resulting Boolean flag that shows weather it exist or not.