Hi,
I have a dashboard tab where I want to show or hide some groups as soon as Node red start, depending on the content of a file.
I'm using UI control for this.
I observed that this is working very well if triggered after node red has started but not working at start when triggered by a "inject once at start" inject node : all the groups are shown.
Do you know why ? and what event I should wait for before hiding groups ?
Thank you