I'm new to Alteryx Designer, using version 2020.2.3.27789.
I inherited a .yxmd file with a simple flow that simply takes a single sheet from an Excel workbook and loads it into a SQL Server table.
When I run the workflow, it works as expected.
When one of my associates (whom I believe has same SQL Server Permissions as me) attempts to run it, it reports success, but is not really updating the SQL Server table.
It's difficult to troubleshoot here, because no errors are reported when my associate runs it.
Results - Workflow - Messages states:
0 Errors | 0 Conv Errors | 0 Warnings
Designer x64 - Started running
Output Data (31) - ODBC Driver version: 03.52
Input Data (3) - 5757 records were read from ...
Output Data (31) - 5757 records were written to 32bit:odbc:DSN=…
Designer x64 - Finished running … 2.2 seconds.
But when we go to the database, the table does not appear to have been truncated, or repopulated.
When I run the same workflow, it works perfectly.
What additional steps can I perform to help troubleshoot this?