How to detect for flags inside a datatable

have a data table on a website with a column name as download which has 150 rows and there are download icons at random rows of that column, So how can I detect whether that particular row contains a download icon or not ? Does anyone have any idea.

I tried using using find Image and Image Exists activity, These activities work only a for a single row of that column. I tried making the table row of this activities as dynamic by editing their selectors but eventually it doesn’t work.

I also tried editing the definition in the data scraping activity changed the Attr to src but it returns null value

Screenshot (27)

This is the column of the datatable

@Ishan_Shelke1 Can you share your selector that you used to identify the flag

Hi @Ishan_Shelke1 ,

Try Performing an Inspect of the Element to understand what are the Attributes present.

Also, If you Could Provide us with a Screenshot of the UI Explorer of the Download Icon Element, we might be able to help you depending on the different attributes available.