Community.Activities
Community.Activities copied to clipboard
Database: Fix/database query activities failing parameters conversion from DBNull (71685)
Fixed ExecuteQuery and ExecuteNonQuery throwing an exception when trying to convert the parameter of type DBNull returned by the query:
A value of type 'System.DBNull' cannot be set to the location with name 'Argument1' because it is a location of type 'System.String'
https://uipath.atlassian.net/browse/STUD-71685