Requirement: I need to create a single Alteryx workflow that can perform data quality checks across approximately 100 SQL Server tables.
The SQL Server database contains around 100 tables, each with different schemas and column headers. My goal is to run data quality checks—such as identifying null values, validating date formats, verifying data types, etc.—for all these tables using a single workflow.
I am currently able to create a workflow that performs these checks on one SQL table at a time. However, I’m unable to design a single workflow that can dynamically process all 100 tables in the database.
I attempted to use the Dynamic Input tool, but it failed because the tables have different schemas.
Could any professionals guide me on how to achieve this?
Attached is a sample of my metadata.
Let me know if any additional info needed.