Can I create a microflow to create scheduled events?

0
Hi All, I wish to allow my app's admin to create promotions with a start, end date and time. Once the promotions have started on the scheduled time, I want the app to trigger a microflow that changes the price of my product when the promotion has begun. I was wondering, if it is possible to allow the admin to create a promotion (hence triggering a microflow to create a scheduled event that will update the price of products)? Or is there a workaround this?  Thanks all.
asked
2 answers
0

Hi Phoebe,

 

As you told , you can create microflow which will update  product price with respect to date and time.

 

Create a scheduled event, call your microflow , configure your scheduled event in such a way that it will get executed every early morning.

 

Your microflow should check for the date and time, if your current date matches with expected date, then update price. if not skip it.

answered
0

Hi,

Take a look at the below module ’Microflow Scheduled Event Manager’ where the scheduler can be configured in UI

https://marketplace.mendix.com/link/component/1750

Hope it helps!!!

answered