Please guide me how to monitor the latest rate with second latest rate?

Hi all,

I’m try to monitor the latest rate with second latest rate, should there any changes on rate an email notification to be send to me. Below is what I have done:-

  1. I’m click on Add Monitor > Webpage
  2. Enter URL > https://financialmarkets.bnm.gov.my/islamic-interbank-rates
  3. Click Monitor part of the page
  4. Try play around with expand or collapse selector panel, however no luck.

Please guide me the rest of action or let me know if I’m do the wrong way.

Thank you.

Best Regards

@sagulolo79 monitoring the values to get alerted on any change is straightforward. what problem did the monitor encuonter?

note that if you need to get notified when the first value is greater than the second value (or vice versa), using ai summary can help.

there are two approaches using ai:

  1. important: update the prompt to mark a change as important when the desired condition is met. setup a condition to trigger an alert when the the change is important.

  2. custom field: create a custom field, say delta, that contains difference of the two numbers. this field can then be used in conditions. for example, a condition can be summary.delta has number that increased more than .5.

does that make sense?

note: ai summary is currently only available for cloud monitors in in flexi and above.

Hi @ajitk

My apologies for the delayed response.

I need to monitor the Rates from the table on the website:

https://financialmarkets.bnm.gov.my/islamic-interbank-rates

A new record (date and rate) is added every workday. For example, today’s date, 18.08.2025, with a rate of 2.76, would be a new entry. I’ve noticed that the latest record is the last one in the table, and to view it, I sometimes need to either click to a second page or change the date order.

My goal is to track the latest and second-latest rates and send an alert notification whenever a change is detected.

With the above sample, I would expect an notification to be send to me since there a change of rate.

Best Regards

a macro can potentially handle that.

ai summary can help with this case as discussed in the last post.