My sequence looks like this:
- Read customer ID from an excel file
- Use foreach row to copy and paste the ID into search box and search for customer data
- Scrape designated data and export it to text file
- Repeat the whole process one ID by another
In most cases it works fine but when there is a special customer who has no valid data occurs, the sequence fails. What activity do I need to put in in order to skip the rest of the sequence, jump back to the beginning and use the next customer ID to proceed? Thank you.