Automation progress indicator?

Is there anything you can use to indicate where a automation is up to in its sequence?
I have setup an automation with 18 steps that involves 3 switchs , I have it send an alert at the end but being able to see where it is along the way with a quick glance would be handy . Help appreciated.

IIRC, the debug tool will show where you are at in an active automation, but it doesn’t update live… you have to press the refresh button.

Thanks yea thats what I wanted.

A little late but you could use the progress bar Progress Bar?

but to update it you would probably need to use something like input number boolean into the automation to make it work.

Good luck