Find text on web page click link few tabs next to it

Brand new at UI Path, any guidance is appreciated :slight_smile:

  1. I have an excel sheet with a list of Account numbers
  2. Go to the budget web page, find each A/C no. & few tabs to the right is link to YTD activity, click and download the corresponding YTD activity

I have used Read Range, to get the current row value in a variable.
Now, what??

@Dida_Green

Welcome to our UiPath community.

For Each currentrow in dtInput
      Use Type Into activity and indicate field to enter Account number and pass currentrow("Account").ToString.Trim
       Navigate to YTD tab and download the report