I need to update a SQL table where one column is equal to a template field and the other column is NULL.
I have been able to store the value of the template field, but am running into issues when using the update data tool in workflow. I get the following error:
ERROR [22007] [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting date and/or time from character string.
I am assuming I setup the tool wrong and the update data is looking for a column that has the text "NULL" as a value rather than an empty value.
How should I setup the Update Data tool or should I be using a different tool in my workflow?