scheduled event

0
I have created one scheduled event which sends email everyday. To test it in local i have scheduled it at every minute and it is working fine. but on cloud it is not working Is there any configuration needed to run it on cloud?  or just enable it from local it will automatically enabled on cloud as well? kindly help
asked
2 answers
0

Scheduled events are not possible in the Sandbox environment. That's by design as 1) it would consume resources which are provided free and 2) application goes to sleep if it is not used (so Scheduled event won't run).

Some details can be found here

answered
0

Like Michal said, it is not possible to run Scheduled events in the sandbox accounts.

If you want to test it on the Sandbox environment, best you can do is create a test button that triggers the same microflow as the Scheduled event.

The sandbox environment is created and used when you click on ‘Run’ instead of ‘Run locally’, is this also what you are doing?

answered