Display buttons dynamically
main menu with 4 buttons
- Button 1 -> Flow 1
- Button 2 -> Flow 2
- Button 3 -> Flow 3
- Button 4 -> Flow 4
When a user clicks on button 1 and runs through flow 1, a variable will be set to false (which indicates that user has been through flow one) and the menu will reappear. In this case, I want to hide button 1 because the user already has seen it. The same goes for all the other buttons except button 4
can someone please guide me and help me through this? I've tried my best using GPT4o to solve this but it hasnt really been helpful..
thanks!
