Significant Updates to Knowledge Base article on App Triggers

If I understand/guessing correctly, if I see an action storing aggregation value to a record place holder the value stored will be …

  1. If the actions are bundled, the value is taken before the the create/load action
  2. If the actions are not bundles, the value is taken just before the store action.

I think this is counter intuitive.

To make this intuitive, I think the trigger editor should at least visually show which actions are going to be bundled, and warn the app builders by highlighting the aggregation inside the bundled action.