As I build, my app is getting more complex. I have 7 creates, updates, and custom actions on one Submit button. Is there an upper bound? Should I break up some of these into a 2nd page (blank) and execute them upon visiting the blank page? So far in testing I haven’t encountered any problems, but just wondering…
There is no limit imposed on this but here is a quick breakdown of what you can expect from this.
-
Each action may take 1-4 seconds to execute. The more you have, the longer it will take to get to the last action.
-
Actions are performed sequentially. Meaning that it starts from the first, then moves down the list, one by one, until the last. If any of the actions fail, all subsequent actions beneath that, will not be executed.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.