How to open a report based status

hi

I need to open a report based on the status. if the status of the report is failed I have to open the report by click the report. the is the format
Name Date status
report1 march 27 succeeded
report2 march 27 Failed
please help me to achieve this one.

Thanks,
kalishwari

Hi @Kalishwari,

use if condition to achieve this.

if not can you elaborate the scenario and send the screenshot

Regards,
Arivu

hi,

my scenario is if I open a activities tab it will show the output like html page it contains
Name Date status
report1 march 27 succeeded
report2 march 27 Failed
report 1 march 27 succeeded
I need to check the status of the report if it is failed have to click the report name in the same html page(under name column) it will shows the error message for why the report got failed I need to extract the error message.