Automation problem in an excel file and looping queries on chrome

Hello everyone, I needed some help. Let me explain my problem.
I’m combining an excel file where I have to fetch data (an id) and then note this id in a chrome page and then do a certain number of things. Except that with the activities [ for each excel row - type into] the program simply types the ids in a row without making the query. Whereas I’d like it to type an id, make the requested query on chrome, return to the home page, retrieve the next id and make the query etc…
I don’t know if I was clear enough in my explanation. But if you can help me, don’t hesitate, I really need it :slight_smile:
Thanks in advance

Hi!

Could you share some screenshots of what you’ve made so far?


here you are

Do you have anything more further down, beyond the last “Type Into”?

yes, I have some activities with ‘click’ in order to make a modification on the site

Could you please share that as well?

So the only thing that’s looping is the stuff that is INSIDE of the for each sequence.
Try moving this in to the sequence

Yes, but when I put the activities in the loop, they stop executing.

How do they stop executing?

Does the loop only execute one time even though there are more rows in the table?
Do one of the activities throw an error?

one of the activities, which is to click, simply doesn’t execute, which results in an error message because they haven’t found where to click, even though I’ve rewritten where the robot should click and I’ve put in anchors

That’s because some of the parts of the selector changes.
Find out what and adjust accordingly.
These articles should help you:
Studio - About Selectors

Studio - UI Explorer

Best Practices For Building Good Selectors - News / Knowledge Base - UiPath Community Forum

What is the best practice for Selector? - Learn / Academy Feedback - UiPath Community Forum