Exactly.
One of my apps has a 5 stage onboarding process, and I track the users progress with a simple number column. At each step of the process, the user is presented with two buttons: ‘Continue’ & ‘Go Back’. Continue increments the ‘OnBoard Stage’ by +1, and Go Back increments the ‘OnBoard Stage’ by -1. This all happens on a single tab, with the value of the ‘OnBoard Stage’ column driving component visibility.
1 Like