Runtime Execution Error: Cannot set column 'GTIN'. The value violates the MaxLength limit of this column

I am receiving an error in the output window this is displayed “Exception has been thrown by the target of an invocation. mscorlib” I have troubleshooted to the best of my knowledge and have scoured the internet for any advice. So any help is greatly appreciated. Thanks!!

check.xlsx (969.6 KB)
Main.xaml (89.8 KB)
Process.xaml (26.3 KB)
SplitData_PPM.xaml (24.8 KB)

uipath%20error

Check Type and Length of GTIN in your datatable

1 Like

Thanks for your reply!

length is set to default value, I also set it to 50 to see if that make work and the type is string

Same error plz help

You have to change maximum value of your coulmn make it 400 or -1

1 Like

I have same issue and I do not know how I can change the max value. Can any body help please?