can we create schedule event to be triggered at user selected date and time?

0
I tried to schedule an SMS to be sent at user selected date and time, In this case, I tried to schedule 5 hours later... but I’m unable to test this scenario locally using a 1-minute scheduler that checks whether the scheduled date and time match the current date and time. I'm encountering a license error indicating that the app has reached its maximum limit. Is there an alternative way to trigger the scheduler at the user-selected date and time to send the SMS accordingly?
asked
2 answers
0

Hi, Dinesh. In normal procedure it looks there is no such a solution. But you can do this in the microflow. For example you want it every monday.

You can set de interval as everyday and create an object in page (or constant)  in which the user defines the date. Then in the microflow you can check if it the current day equals to the date that the user defined in an object or constant. If it is then microflow is executed otherwise not.

image.png

answered
0

Hi, Dinesh, you make enable "yes" and you can test locally.

 

Screenshot_2.jpg

answered