Hi,
I want to insert the Copied Link address(URL) into the excel Sheet.
I am getting the below error while adding this to the DataTable.
Can anyone please suggest the solution.
Thanks in Advance
Hi,
I want to insert the Copied Link address(URL) into the excel Sheet.
I am getting the below error while adding this to the DataTable.
Can anyone please suggest the solution.
Thanks in Advance
I hope you are using Build Data Table activity. If yes change the datatype to Object
Regards,
Hello @raju_alakuntla
If you are reading an Excel-file, the problem could relate to the “interpretation” of the column datatype.
Perhaps try to change the property “Preserve format” on your Read Range activity.
But as the others suggest, it seems that you are trying to write a String to an Int32-type column.
Regards
Soren
As per error the column type is integer…please check build datatable and see if the column type is string or not
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.