Hello, IM trying to build A flow that iterates through tiles on a webpage and if that tile contains the letters MSA then perform an action see below steps.
1. Extract information from a website into a data table
2. the information on the website is in tile form, meaning there are tiles with information on them
3. I need to iterate through each tile and if the tile has the letters MSA i need to click on that tile and do some other actions
4. the webpage has multiple pages so i need to go through all of them and do the same thing
5. if tile contains MSA then click on that tile and perform an action.
So far i have extracted information form each tile and saved it into a data table, in the data table it has the tiles that contain MSA in column 3, how would i click on each tile that contains MSA?