SQL Update Query having problem with variable types

Hi guys, I have an update statement in an ‘Execute Non Query’ activity, and for some reason I keep getting issues with it trying to execute. Initially my Int32 variable value is having trouble being placed into a column with an int type – Uipath seems to think my value is varchar, when I remove that then if I remove that section of the code it seems my datetime variable value as a character value. I’m not sure what is happening here but could use some guidance.

@css Can you send a Screenshot of the Whole Query that you are using in Execute Non Query Activity?

Did you ever find any solution to this?