I have a scenario where there will be product names in row wise and status will be active . If the status is active the bot should click the product name shown below in screenshot.
Do I need to extract as data table and then compare using element exist if its Active and then use click activity in this case?
I would use table scraping on the table.
Then use a For each row in data table activity where you get/save the index from the properties.
Make an If activity to check for the wanted status, and then click on the row in the GUI, by using the index in your selector.