How to compare two dates and send me a notification

I don’t want to send anything, just show a notification. :blush:

See image below , use clock, make instant from to get millis for your dates in order to compare . Then it works

4 Likes

Thank you friend
Note: The notification part is not showing on the screen.

AppRevisitaTESTEsssssssssss.aia (13.7 KB)

It works . You have to put in duration start -> Global DataAtual , end Global DataVistita then it is > 604800000 else it is false and no notification shown. Otherwise you have to add an else if statement and call a notifier with another message in case your argument is false.

In your blocks notifier will be visible only if … is TRUE

1 Like

Thank you friend for your help.
It worked.

That’s why I specified the two dates has to be IN INSTANTS, remember?

1 Like

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