Trace overview of an automation

Hello,
My automations are becoming a bit more complex over time, and especially when it comes to checking if they are running correctly, I’ve been wondering if HA could represent them a bit better. I briefly tried using Node-RED, but I couldn’t really get into it. What I did like about Node-RED was the visualization – when something is triggered, the corresponding path is taken. HA works similarly, but now I’ve reached a point with one of my automations where the overview gets a bit lost. The automation works, though.

It is an OR block with two AND blocks that are supposed to toggle a switch.

In the trace overview, it is represented as follows.

2

Is there a way to have this overview displayed correctly, rather than everything being merged into a single circle as it is now?

Best regards.