asked on July 21, 2017
I am trying to insert data into the SQL field that has the data type of "datetime", the data values in Workflow look like this "20/01/2018 7:00:00 AM" I have pre-created the token and tagged it as "Date Time". However when I run the workflow I get the error
"The conversion of a nvarchar data type to a datetime data type resulted in an out-of-range value.
The statement has been terminated."
I have tried in a custom query as well. How can I get this data to store in a SQL table as datetime?
0
0