Notifications
Announcements
Hi,
I am embracing the world of power apps.
I have an Overtime Hours (DataCardValue30) and if it is not empty then OT Type (DataCardValue29) requires a choice to be made.
I have entered "If(ThisItem.'Overtime Hours'=IsBlank(" in the default field on the OT Type datacard and got stuck.
I hope this makes sense.
If(IsBlank(ThisItem.'Overtime Hours'), true valeu, false value)
I am still getting an error, I am new to this so apologies.
try this : IsBlank(ThisItem.'Overtime Hours')
on the Required property of the OT Type datacard
you can't just leave true value and false value there, thats where your results go they were just placeholders. would need something like [1,2,3,4,5] or ["Choice 1", "Choice 2"] in their places
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 386 Most Valuable Professional
Kalathiya 361
MS.Ragavendar 339 Super User 2025 Season 2