I am using Power Automate Desktop. I have a PDF file containing multiple rows of invoice numbers and amounts with a total line by vendor. There are several vendors / total amount lines in the file. The amounts are of variable length. I populate an Excel sheet with the total amount.
I used the CROP function to find the value between text "Total for Vendor" and "Next Vendor".
The first occurence works perfectly.
How can I advance to the next occurence of the text "Total for Vendor" and CROP the amount? It seems CROP starts at the top of the file each time, so I keep retrieving the same amount.