Hello Honey Coders!
I am looking to make a button disappear appear on a specific date and then disappear after 7 days.
From the photo above, I know I need to add TODAY()>=Intake[Date] to get the Verify student button to appear on the date specified in the table-Intake column-Date.
Set visibility:
=AND(Intake[Verified Timestamp]="",Intake[Status]="Approved",TODAY()>=[Date])
What syntax should I use to get the button to only be visible for 7 days after the date in Intake[Date]?