Hello,
My bot is reading from Excel file using “Read Workbook” activity, it was working perfectly fine until I got and excel file containing a single cell with 32, 767 characters. Bot is throwing an error “Cells can hold a maximum of 32, 767 characters”, I tried reading a single column and I am looking for a workaround. From the excel file I only need 3 columns and none of it will contain more than 20 characters.
Thank you