Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Very Basic If Statement not working.

(0) ShareShare
ReportReport
Posted on by 228

Can anyone give me an idea why this is rendering an error:

 

If(NCAForm_1.Mode = FormMode.New, User().Email, Parent.Default)

 

ShondaT_0-1678307940696.png

 

The other issue I'm having is that my gallery will not filter on the user which is part of the solution the above code is in. 

 

I've set the variable onStart as required, but when I add the filter function to the gallery it returns no records. When I hover over the variable the message provided is "We didn't find any data."

Categories:
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at
    Re: Very Basic If Statement not working.

    @ShondaT

    Coalesce() reads its elements from left to right until it finds a non blank one) in new forms Parent.Default is blank but otherwise it will have a value. 

  • NZ0090 Profile Picture
    317 on at
    Re: Very Basic If Statement not working.

    @ShondaT Can you share what the error message is? Click on the x > Get help for this error

    NZ0090_0-1678324635530.png

     

  • ShondaT Profile Picture
    228 on at
    Re: Very Basic If Statement not working.

    @Drrickryp  I'm so very sorry but I am not following what you're saying very well. This code appeared to work in one of Shane Young's videos. So I'm still at a complete loss. If you could explain further I'd really appreciate it.

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at
    Re: Very Basic If Statement not working.

    @ShondaT

    Coalesce(Parent.Default, User().Email)

    In New forms, Parent.Default is blank.

    Activate Named Formulas in the settings and in App.Formulas

    useremail = User().Email;

    You can then filter your gallery with useremail. 

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,658 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard