Constraint Exception in Execute Query

"RemoteException wrapping System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null,
unique,
or foreign-key constraints. "
When I run execute query activity in my project, I’m getting this error. However, I can run this query successfully in dbForge. I know that the issue is coming from the fact that I have null values in my table.
I can attach my WF if needed.
How do I get UiPath to take in null values when running an execute query with my database?

@cpayne

Check as below

Hope this helps you

Follow Link

Thanks