Announcements
I'm trying to use the new Modern Date picker control and am coming up with an error. My control name is dpStartDate and when I try to add a . the only option that came up is Visible. Value is not recognized, please see attachment. I tried removing it and adding it back and came up with the same issue. Does anyone know if something has changed with this property?
Hi @tylerbailey1
Please try this:
dpStartDate.SelectedDate
-----------------------PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻
That did work, but if I remove the dates from the start date and end date field the due date field goes blank. I appreciate the feedback and for the interim might have to do. If you have any other suggestions, it would be greatly appreciated. Thanks
To achieve that you need to check if its blank():
Filter( InvoiceApproval, IsBlank(dpStartDate) || IsBlank(dpEndDate) || And( Created >= dpStartDate.SelectedDate, Created >= dpEndDate.SelectedDate ) )
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 379 Most Valuable Professional
11manish 203 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2