sfdc_sfdc
(sfdc sfdc)
September 13, 2024, 6:41am
1
Hi Team,
I am trying to process one excel file which is contains list of web Url. find below error.
pls help
i.e:- sheet Name exceeds maximum limit:31
pradeep931
(Pradeep Bandharam)
September 13, 2024, 6:43am
2
Hi @sfdc_sfdc
Please refer below thread having the solution
Hi Raj Kumar,
Thanks for your reply. I do not have a choice about the sheet names as I am not creating them. In addition, the names of the sheets are significantly shorter than 31 characters, “Summary” and “10.2022”.
Any ideas what is going on?
Thanks!
ashokkarale
(Ashok Karale)
September 13, 2024, 7:00am
3
@sfdc_sfdc ,
Check if the Sheet name you are passing to Insert Column activity is correct as error is saying the name is grater than 31 character limit.
Thanks,
Ashok
jast1631
(Jagravi Trivedi)
September 13, 2024, 8:12am
4
Check for spelling for case issue .
It should be case sensitive also check if any spaces are there sometimes name will have spaces and that will increase the character count @sfdc_sfdc
Anil_G
(Anil Gorthi)
September 13, 2024, 8:28am
5
@sfdc_sfdc
if it is only single sheet then can use excel.selectedsheet
cheers