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 Apps
Answered

Next button error

(1) ShareShare
ReportReport
Posted on by 2,249
I have conditional navigation in my power apps form and controls are visible based on the respective steps in the form so i hide and show controls and for step 1. 2 i have Form2 and from step 1,1.1,2,3,so on Form1 controls though data source is  sharepoint list getitem (list name)  It is same for both Form1 and Form2.
 
 
So issue im facing is with next button and the below code is working properly when i click on select next button to each steps but there is a logic in step 1 when i toggle on i do not know name and management approval is not required checkbox it navigates to step 1.1 and then step 1.2 and remaining steps but this code is skipping step 1.2 but im not sure on select of Next button
 
Next Button ->on select property
 
If(
    varStep = 1,
    Set(
        varStep,
        varStep + Value("0.1")
    ),
    varStep = Value("1.1"),
    Set(
        varStep,
        varStep + Value("0.9")
    ),
    Round(
        varStep,
        2
    ) = Value("1.2"),
    Set(
        varStep,
        varStep + Value("0.8")
    ),
    Set(
        varStep,
        varStep + 1
    )
)
 
 
 
Categories:
I have the same question (0)
  • Verified answer
    Nirav Raval (Akira28) Profile Picture
    153 Moderator on at
    Hi Veblitz ,
     
     
    Update Next Button > OnSelect Property
     
     
    If(
        varStep = 1,
        Set(varStep, varStep + Value("0.1")),
    
        varStep = Value("1.1"),
        Set(varStep, Value("1.2")),  
    
        varStep = Value("1.2"),
        Set(varStep, Value("2.0")), 
    
        varStep = Value("2.0"),
        Set(varStep, varStep + 1)
    )
    

    If this post solved your issue, clicking 'Does this answer your question' will help others discover the solution and close the topic. If you found it helpful, a Like would be awesome!
    Regards,
    Nirav J Raval (Akira28) 🤞

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 875

#2
Valantis Profile Picture

Valantis 530

#3
11manish Profile Picture

11manish 432

Last 30 days Overall leaderboard