Editing the Progress Bar sequence Take a look at the following 2 progress Bars. The first progress bar represents the status of a new hire’s onboarding process.The second progress bar represents the status of a task. While the first progress bar is perfectly normal, the second progress bar has some sequence issues. The ideal sequences might have been: New -> On Hold -> In Progress -> Completed -> CancelledORNew -> In Progress -> On Hold -> Completed -> Cancelled Let’s configure our progress bar to show the desired sequence. Start by clicking on the App Settings icon and then clicking the Application Settings option. Click the App Model option from the menu. Click the relevant object that contains the desired status property. Here you can see where the sequence of the status property is coming from. Now we need to amend the sequence to update our status bar. New should logically be the first state in the sequence. To make it so, grab the six packs against New and drop it at the top of the values. Repeat the process until all values have been rearranged to their desired locations and then click the Save button. Now click the Update App button. Click the Confirm button to complete the process. Now the progress bar would show the sequence as set by the user using the above steps.