I have a component and this is what's in the active step: Table({Id:1, Label:"Submitted",Visible:true}, {Id:2, Label:"M Review",Visible:true}, {Id:3, Label:"BReview",Visible:true}, {Id:4, Label:"Entry",Visible:true}, {Id:5, Label:"Voted",Visible:true}, {Id:6, Label:"Release",Visible:true}, {Id:7, Label:"Blocked/On Hold",Visible:true}, {Id:8, Label:"Cancelled",Visible:true}). Each new screen has active step 1-7. My question is is there a way to change the active step based on a button. So I would want specifically a form screen to change based on what step its on. The way it would get the information is either from a combobox or a button being pushed. Is this possible.