How to monitor changes on a web page

hello everyone I would like to have a solution for a problem that I encountered
I want to monitor a web page if there are specific changes
for example adding or removing a board member on this link

@Lounis_Merabet1 You can run the bot extract the names, store all the names into an excel and in your next run check whether the names are matching from your previous run excel.

how to extract all the names ??
Can you give me the right activities and their names please?

@Lounis_Merabet1,

Use this logic.

Open Webpage using Use Application/Browser.

Use Table Extraction in Studio.
image

Sample Workflow
Workflow.xaml (13.0 KB)

Output:

Like I have printed the data in Message Box you can save this data to a Excel file and in next data extraction just read the excel data previously saved and extracted in current execution match it.

Thanks,
Ashok :slight_smile:

1 Like

@ashokkarale thank youu for help

1 Like

@Lounis_Merabet1,

Glad I’m able to help. Please mark my answer as it will be helpful to other community members as well.

Thanks,
Ashok :slight_smile:

@Lounis_Merabet1,

Follow this if you are unsure how to mark the solution.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.