I have a workflow that uses in-DB tools with MS SQL Server to query one table and write the results to another table. The write tool is set to append and the table has a unique index with the ignore duplicate value option set to true.
The workflow correctly adds unique index rows to the table but the workflow stops at this point with the write tool giving the error "Duplicate key was ignored.\23000 = 3604.
I would like to be able to continue with the rest of the workflow, am I doing something wrong to get that error or is this something that Alteryx needs to correct? I.e. Alteryx shouldn't give this error when the ignore duplicate key option is set to true.
Is there a way I can get the rest of the workflow to run after the error?