Find the index of the next invoice number(ie the value is available in the first column) - cell 5 .
By using the take function with dt.asenumerable.take(5) this will consider only first 5 rows.
Hello @Gus_Fring
Kindly refer to this Xaml file Forum_Excel_ExtractInvoice.zip (88.9 KB)
Where The flow is based on column A, and each invoice number creates a separate sheet.
It’s working for me thanks but is it possible to use another activity like while loop or of conditiomln instead of flow switch and flow chart? I tried it on my end but i’m having a hard time to use other activity instead of flow switch or flow chart since i’m just a beginner of Ui path. I’ll appreciate your help. Thanks!