Hi, I am trying to access a Stored Procedure to update a data table. I have passed the stored procedure name and the table name as input parameters. However when we execute I get the following error : Run command: The type of column ‘Assets Held Currency Code’ is not supported. The type is ‘Object’. The Column ‘Assets Held Currency Code’ is the first column in the table and it is defined as string in UIPath and VarChar in Stored Procedure.
Please help.