
Hello, I currently have a web form with 10 web form steps that are visually showing on the left side of my web page. One of the web form steps is a condition and does appear until the condition is fired. The web form will add the new step once the page refreshes. But I need all steps to show on the left side regardless if the condition is met or not.
Is there a way to show all web form steps regardless if there is a condition?
We highly recommend users to migrate to PowerUsers community for new Portal questions:
powerusers.microsoft.com/.../PowerAppsPortals
Hi, that's actually default behavior of the Progress Indicator, it will always count the happy path unless it reaches a step from a condition, then it re-calculates.
I would recommend changing the style of your progress bar to percentage in your case. Another option would be changing the way the progress bar renders via JS/CSS.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.