schedule events

1
I need to send a reminder email based on condition like x>60 on monthly basis and also after 2 weeks how to achieve this based on schedule events 
asked
1 answers
0

The scheduling of scheduled events is pretty limited. For every schedule that is not configurable using the given parameters here:

you need to come up with your own logic. You can do so by setting the Timing to often, say every hour. Then make the microflow do some extra checks to see if it needs to run anything.

answered