Output data disappears after execution (used to persist before)

Hi team,

I’ve noticed a change in behavior in recent n8n versions.
Previously, when executing a node (for example a Trigger node), the input and output data stayed visible in the Output panel even after the execution finished.

Now, after execution, the data disappears and the only way to check it is by going to the Executions history.

This makes debugging and testing much harder and more frustrating, because I can’t quickly inspect the last data directly in the node anymore.

:backhand_index_pointing_right: Request: Please consider restoring the old behavior, or at least adding an option to keep showing the last execution’s data in the node Output.

Thanks!