Hi there, I am trying to show and hide groups but I just can't seem to come right I have the following flow
With the following function;
I use msg.payload = {"group":{"hide":["Login"],"show":["Scanning_Form"]}}; to try and show the next form and hide my login form
