Try to processed excel getting below error

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

Hi @sfdc_sfdc

Please refer below thread having the solution

@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 :slight_smile:

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

@sfdc_sfdc

if it is only single sheet then can use excel.selectedsheet

cheers