Error Screen Scraping (excel)

What I am doing with this process is to make a Screen Scraping to a data which I save in excel using ‘Write Cell’, at the moment that it saves the data it remains in cell A2 as it says in the image, but when the robot repeat the process again with another different data stored in the same cell.

How can I make the robot store them in different cells (A2, A3, A4 …)?
Captura

Hi @erika:

You can make the cell name a variable and dynamically construct the cell name.
Try it like this:

Hope it helps.