Hello, I have a scheduling entity ,in this entity i want a notification of alarm. " If i write a Time of any Date then Notification will be create automatically that Time of Date " What can i do for this ?
asked
Vipender Kumar
1 answers
0
Use Scheduled Events. This event will run a microflow every after a specified time as per the scheduled event. In this microflow you place the logic for generating the notification/alarm objects.