Working on a app for energy calculations and expressions. Everything work fine, although slow, but now the preview is not working anymore. After loading the app the workflows will not work and ther is a message “could not run because too many triggered events at the same time” need help!
Show screenshots. Also how many when page is loaded events do you have?
I’m curious why you asked this? I am currently dealing with an issue where my app is reporting 60000 page is loaded events that being the only user in maintenance mode doing some testing is impossible for me to do
Because using too many workflow events of ‘when page is loaded’ can be a problem
Can you please clarify what you mean? Would it cause numerous ‘page is loaded’ event in the metrics, even though the user only loaded the page once?
For example, I have a single ‘page is loaded’ event which has about 10 workflow actions/events. Mainly just ‘show’ elements, Setting some custom states to their defaults and stuff like that.
I’m not sure if the number of actions in one event is better or worse than multiple events each with one action, but I’d imagine they are both equally bad and should be avoided.
I personally don’t use page is loaded events for much besides security and url parameter detection.
You should for visibility of elements use conditions instead and for custom states use default state values if possible.