Skip to main content
saifalik8679
Known Participant
November 24, 2022
Question

How to make milestone clickable to go back and forth to the previous step of the milestone

  • November 24, 2022
  • 1 reply
  • 0 views

Hi All, 
I have milestone in the left sidebar on an Interface.
This is the parent interface and when you click on the milestone step, then the child interface will open on the right hand side.


I want the ability to make these milestone steps in a clickable form so that I can go back to the previous step just by clicking on the previous step.

1 reply

harshitb6843
November 24, 2022

You can assign an id to every individual step. eg. 1,2,3,4,5 and store them in a local variable on the parent interface as soon user clicks on them.

Use the choose function to show the interfaces depending on what id is present in the variable. Now if you click on any milestone, you will be able to see its respective screen. Also, you can add additional buttons on the screen to move to the next/previous immediate step.