Hi,
I have an app; when the sign out button is pressed, the button is hidden, but i would also like to add some text to the gallery, something like status: gone, is this possible?

the way it works at the moment; when the signout button is pressed, the signout button is hidden, which is fine because its like a register of who is in the building, but as aswell as the function above, when the button is press, i would like some text to appear next to status: 'user left' then when the gallery is accessed again the text is shown. the end result would look like this:

I have tried this, on visible of text label: If(buttonPressed = "Button1_4", true, false)
and this on the submit button, onselect; Set(buttonPressed, "Button1_4");
the above didn't work for me, please may i have some help please, what have i got wrong here?
Thanks