Check table in Database

Can we check if specific table is present in database before performing operations on it?

Hi Shubham,

Yes we can check existence of table in Process studio.
Use ‘Table exists’ step for the same. You need to specify connection details, schema name and table name.
It will give Result as ‘Y’ or ‘N’

1 Like