hi im trying to validate if a string exist, i use get workbook sheets activities to get the sheets name, and the condition is if sheets.Contains(“Sheets1”)
it looks like this
the Sheet1 does exist in the excel file, but the output is alwasy false ! Any solution ?
1 Like
In the condition, the name of the sheet you provided “Sheets1”, is that correct? Should it be “Sheet1” instead of “Sheets1”?
5 Likes
Hi @RobertoEwaldo @Lahiru.Fernando is right should be Sheet1 as default name for excel workbook.
5 Likes
That’s right the default value of excel sheets is Sheet1 ,Thanks for the keen observation of @Gemlan, By the way did you rename the default name in excel ?
cheers
Happy learning
6 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.