How to avoid being notificated again if the value is the same as previous check

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.

Welcome to the Make community!

You’ll have to use a Data Store to “store” the previous value, and at the start of the scenario you need to “fetch” the previous value to compare your new value against.

For more information, see https://www.make.com/en/help/tools/data-store

2 Likes