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 / Screen navigate doesn'...
Power Apps
Answered

Screen navigate doesn't work

(0) ShareShare
ReportReport
Posted on by

My formula 'on select' doesn't work.

MDR26_0-1698139281409.png

 

Categories:
I have the same question (0)
  • realwillwright Profile Picture
    772 Moderator on at

    Hi @MDR26 try using && rather than & 

    & on it's own just joins strings

    In future if you're dealing with large formulas it helps breaking them up into smaller chunks to check if that logic work.

     

    For the first line you could put the following in a label and see if it returns true

    legalcheck.Selected.Valie = "Ja" && ItCheck.Selected.Value="Ja"


    -------------------------------------------------------------------
    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.

  • Verified answer
    ANB Profile Picture
    7,250 Super User 2026 Season 1 on at

    Hi @MDR26 , Can you try this:

     

    If(
    And(Legalcheck.Selected.Value="Ja",
     Itcheck.Selected.Value="Ja",
     It.Selected.Value="Samenwerkingsovereenkomst met zelfstandigen"
     ), Navigate('Legal check ok SOzelfstandigen'), CoverRight),
    And(Legalcheck.Selected.Value="Ja",
     Itcheck.Selected.Value="Ja", 
     It.Selected.Value="Overige IT-contracten"
     ), Navigate('Legal check ok overige it'), CoverRight),
    And(Legalcheck.Selected.Value-"Ja",
     Itcheck.Selected.Value-"Nee"
     ), Navigate('Legal check ok niet it'), CoverRight),
    And(Legalcheck.Selected.Value="Nee",
     Itcheck.Selected.Value="Ja",
     It.Selected.Value="Samenwerkingsovereenkomst met zelfstandigen"
     ), Navigate('Legal check niet ok SOzelfstandigen'), CoverRight),
    And(Legalcheck.Selected.Value="Nee",
     Itcheck.Selected.Value="Ja",
     It.Selected.Value="Overige IT-contracten"
     ), Navigate('Legal check niet ok overige it'), CoverRight),
    And(Legal check.Selected.Value="Nee",
     Itcheck.Selected.Value="Nee"
     ), Navigate('Legal check niet ok niet it')
    )

     

    You might get some error on above code because I have copied the text from image, so please adjust accordingly.

     

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    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.👍

    Thanks,
    ANB


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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard