I trying to find a way to get DisplayMode text label based on value as "Yes".
I trying to find a way to get DisplayMode text label based on value as "Yes".
Hi @dylandavis09 ,
Assuming Graduation is a Choice field
If(
LookUp(
'DHS Student Users',
'Full Name' = User().FullName
).Graduation.Value = "Yes",
DisplayMode.Edit,
DisplayMode.Disabled
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
146,708
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,030
Most Valuable Professional