How to show a group after page loads?

I am trying to make tutorial walk-through steps and I am running into a problem. When on Page A and the user click Tutorial Step 2’s button want to navigate to Page B and show Tutorial Step 3 (this item is a group), but the page navigation has to be the last step in the workflow. How can I get Tutorial Step 3 to show only when the user is coming from Step 2’s button click?

I’d add a true/false user field that gets changed to true when the user clicks on the the step 2 button

then add a workflow qualifier on page load for page B that only shows the group if current user’s field is set to true

1 Like