Is there any way to pass parameter to a microflow that is triggered with Scheduled Event

0
Hello Experts, I am trying to use the IMAP/POP3 incoming email module in my Mendix App. I am able to integrate it with some minor playing around. I can replicate mails with user action, but not getting how I can automate it. Is there any way, I can use scheduled events to call a microflow that is expecting a object.? Thanks Pavan
asked
2 answers
2

A scheduled event can not call a microflow with parameters. But it can call a microflow that is calling a microflow with parameters.
In your first microflow you can take care of having the data and then you can pass it to the second microflow (with parameters)

answered
1

No, schedule events are not able to get parameters, because these are individual processes.

answered