Announcements
Patch( Tasks, ThisItem, { Status: "Complete", CompletionDate: Now() } )
Filter(Tasks, Status <> "Complete") This way, even if the date is missing, completed tasks won’t show.
Filter(Tasks, Status <> "Complete")
This way, even if the date is missing, completed tasks won’t show.
The gallery isn’t refreshing because the completion date isn’t being stored as a valid date. Fix the patch logic to write Now() into the date field, and adjust the gallery filter to hide completed tasks based on the status column.
DateValue( ThisItem.YourDateTextField, "en-GB" )
Text(DatePickerName.SelectedDate, DateTimeFormat.ShortDate,"en-GB")
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 505
WarrenBelz 502 Most Valuable Professional
Haque 324