Loading each step in a button

OK so all that are curious on how to save step name into a button (good for a navigation bar, where each button is the group name).

  1. You have to first create a variable that will be on each step in the group. (later, you will hide this with a move to back, or changing the color to the background).
  2. The variable needs an On Step Enter trigger; Then- Data Manipulation, Store, data: App Info Step Name location: Variable: ex:groupnameNAV.

Now to the Navigation button’s trigger. The Logic should read:
If Variable groupnameNAV is not blank, then Go to step by name: Variable groupnameNAV
Else if… Then Go to Step…

The next goal is to save the status of this nav bar into a table so that when a user logs back into the app, steps and the variable colors are stored and are shown.

2 Likes