Download files from a table on a web page

I am currently interacting with a table of a web page called ads manager facebook, in that table in column number 2, is the name of the ad. The names that begin with the Letter V, means that it is current and I can download.

How could it be done so that the RPA can read the name of each ad, and if it begins with V, perform the download action?

The download must be done in column 10 in the same table
image

For Each UI Element to loop through the download buttons/links.

Within the loop, Get Attribute to get the Nombre column value and check if it starts with V. If it does, do the download steps.