So the aim is to run through a set of links from excel, stop on a page when certain keywords appear, run a subflow and then continue the loop.
So far I have this:
1. Launch browser
2. Read from column A1 in excel
3. For each loop: CurrentItem in ExcelData
4. Go to webpage - navigate to CurrentItem
5. If webpage contains...
And then I'm stuck there. I'm not sure how to continue the flow. #5 should contain the keywords I'm guessing?
Any help would be appreciated! Thank you!