Hide button forever

Hi guys.
I need my users to complete an action and once they submit some info they go back to homescreen, once they go back the button they pressed to go to the form they submitted needs to be gone, forever.

How can I do this?

I set for the button to be not visible once the user presses to go back to home, but if the user logs out and logs back in the button is there again.

Thanks!!

Hi there,
First of all,you have to set your button to be variable,if the user have been done for it set its variable to true else set it to be false
When button clicked and start to trigger whether the user have been done or not.
It’s possible for you to do it with stored variable
Hope these help to you.

1 Like