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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Screen navigate doesn'...
Power Apps
Unanswered

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,223 Super User 2025 Season 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 759 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 310 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 228

Last 30 days Overall leaderboard