Hi,
I am trying to troubleshoot Insert Data error but i am having hard time pinpointing where error is being generated from.
My workflow has insert data activity with lots of fields but workflow is showing this generic error.
Error converting data type nvarchar to numeric.
Is there a way to find out which token value is causing the issue? I went to SQL error logs under Managment tab but i don't see anything related to this. Unfortunately i cant recreate the same error so i am not sure what to look for. Event viewer doesn't say anything as well.
Do you guys know any way to find out which one caused the issue without going through each and every single one. I have decimal, Text, Datetime, varchar, and smallint Data Type in the SQL table.