Trigger bundle should be visualized

If you had this trigger action working fine in your App

and if you added this middle action,

now your App will not work correctly anymore (the current record is written to the “previously_updated_ID” field), because you have separated the trigger bundle into two pieces.

This would be difficult to find out and trouble shoot.
Please could you visualize the bundle in the trigger editor so that we can see adding something there will break the bundle.

For those who might be interested, I used this Table Query


and this Table Aggregation
image
to get the ID of latest updated ID. (I did not know we could use “Mode” for a Text type field)