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