Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Next button navigation

(0) ShareShare
ReportReport
Posted on by 2,179
I have below formula Next  button onselect but issue is i have added sourcing step newly so earlier 1.1 step was PM approval but now design its changed to step 1.2 so overall im not sure how to calculate for Step 1.1 and Step 1.2 when we click Next since we have Step9 ,below formula is skipping step 1.2 so how to make it work for Step 1.2
 
Note: We are using one form and we have conditional navigation where each controls in each step will be visible based on the conditional left side navigation
 
On Select Property ->Next Button
If(varStep=1,Set(varStep,varStep+0.1),
varStep=1.1,Set(varStep,varStep+0.9),
Set(varStep,varStep+1))

 
 
 
Additionally  Step 1 Requester(as we see in left navigation) has below form if user select product management approval is not required checkbox  then next button should skip step 1.2 ,otherwise it should not skip but in above case we have this checkbox not selected 
 
 

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard