Hi all, as attached in the image, this is my flow. My issue is that if it detects that the excel worksheet is completely empty without data, it will show an error, which i have described below the images. Thus, i have put on error on line 55, and if there is an error, it will go to the label "No CourseCode", and proceed on to the next part of the flow for the next worksheet, which is after the label. However, it is not working. Any idea why? In line 53 of the code, i have also used the same go to label, but that is working
And also, besides using label, how can i do it such that if it detects that get first free row is empty, it will not run through the for loop and proceed on to the next loop?


Error that shows: Start cell row cannot be preceded by end cell row. This is caused by the empty data
This is an image of the excel file, just focus on the red column. I blocked out the other columns as it is not necessary.
