I have the following situation: A screen (Screen1) where the user chooses the button related to a Set (an entity of my program), it clicks and opens a form of register for that Set.
When you click on register, the form data is saved in the database and the user is redirected to Screen1 again to be able to register the next ones.
Would anyone know how I would be able to generate this Screen1 with the button for the Previously Populated Set deactivated? Thank you very much.