I have created a scenario in order to be notified when new jobs are available on a platform.
I check every 2 minutes in order to know if the value of Available jobs moves from 0 to any other number.
I would like to know if there is a way to be notified only when the number is different from previous check. This way I can be notified when the number changes the first time, but I don’t receive an email every 2 minutes in case I don’t accept the job.