Unknown error when inserting records into a MS SQL Server Table

Hi guys,
I am trying to insert the data from a datatable into a SQL server table and I am facing this weird error everytime:

I tried replacing all the " ’ " with " ‘’ " as suggested in a few solutions but this is giving me the same error.

Any solutions, please?

Hi ,

Can you provide your SQL insert query?

Thanks,
Sid

Hello Sid,
I am using the Insert Activity of UIPATH Database activities. There is no specific SQL query for inserting the data