How do you configure linear progress bar?

Please explain with configuration.

1 Like

@Sanjali_Mehta

  1. Add the Linear Progress Bar to your canvas.

  2. Set the Value that will be displayed to the user upon landing on the page.

  3. Define the Total Value, representing the full percentage of the progress bar.

  4. Configure both Value and Total Value using static or dynamic parameters.

How would I map that to a page or any other entity whose progress i want to show? what would be the process or criteria for that.

You can map this element to the data path to store the progress in the entity.

2 Likes