15. RPA Challenge - Site Listener

Create a XAML that has these inputs parameters

siteURL
Filter
ElementSelector
Property
Regex
Timeout

How will it work?
For example for siteURL = https://forum.uipath.com/latest it will retrieve all children that are links to forum topics and extract their ids. I want all ids of the first page topics. The property name will be used in a Get Attribute activity and the regex transformation will retrieve the id (if that’s the case) - which in our example is 27702.

It will do this every Timeout minutes.

In the end I want to obtain all the ids that were on the first page in the last hour but it should work with other websites to.

The output will be placed in a csv.

Inspired by: Listener - Site Changes

4 Likes

Hey @badita,

Tried to do something. May not be the best approach :smiley: Let me know if it works :slight_smile:

RPAChallenge15.zip (4.5 KB)

Still trying to figure out how do i trigger it every timeout minutes without using orchestrator.

Edit: Added Do-While loop to run the process every timeout interval.

Thanks,
Rammohan B.

Hi @badita,

RPAChallenge15Main.xaml (14.5 KB)

Regards,
Arivu

@Kemal is anything helping?

@badita - kind of yes, this still at the interval but its helping me for another issue I’ve had :slight_smile: figuring out if site changed or not so we can alert the impact on robots :slight_smile:

Thanks for starting this of btw - love the idea.

1 Like