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.
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.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1