web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Code Error Fix Required
Power Apps
Unanswered

Code Error Fix Required

(1) ShareShare
ReportReport
Posted on by 559

In My App, my goal is to make the Leave Approval DataCard Display mode be disabled if the selected Leave Approver in the Mobile App is not the same as signed in User(). The following Code gives me an error:

If (
    User().Email = LookUp('Leave Requests', LeaveApprover.Email = DataCardValue5.Selected.Email),
    DisplayMode.Edit,
    DisplayMode.Disabled
);

PS: I have added a People Picker Column titled "LeaveApprover" in the SP List Leave Requests.

PowerApps_Screenshot 2024-07-19 093011_updated.png
Categories:
I have the same question (0)
  • SueA Profile Picture
    559 on at
    I was able to resolve this issue with the code below:
     
    If(
        User().Email = DataCardValue5.Selected.Email,
        DisplayMode.Edit,
        DisplayMode.Disabled
    )
     
     
    I was using Look Up function unnecessarily!
     

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard