Hi all,
I'm building a Power App that includes buttons. When clicking the button, users should be taken to a designated screen.
I'd like for each button to be clickable only on a specific date, e.g. button 1 is clickable on December 1, button 2 on December 2, button 3 on December 3, etc.
If users click on the button before that specific date, they should receive a pop-up, telling them to return to the app later. If they click on it after that specific date, they should be redirected to the designated screen.
I'm struggling with writing a function for these scenarios. Would you be able to help me?
Thanks,
Anne