What actions are processed and when

In my experience, actions in the same hierarchy run from top to bottom. So, three actions on the page level will run in that order. Four actions in an action group will run in that order. I'm a little unclear on the order when you have a collection of actions on the section level and on the page level. I presume that the section actions will run first, but I cannot say for certain.Usually, the actions fire off with no problem. If your title is resource-intensive (such as numerous calculations), then you may find that one action will fire before a previous action is done. In that case, you may want to impose a delay of 0.2 seconds. It's hardly noticeable. And of course, the top-down order can be skewed with delays.Kevin

Discussions have been disabled for this post