Button

how can I get my button to return to the first screen, if I create a local variable with name 

local!currentStep: 1,

a!buttonArrayLayout(
buttons: {
a!buttonWidget(
label: "Atras",
size: "SMALL",
width: "FILL",
style: "NORMAL",
value: local!currentStep - 1,
saveInto: local!currentStep,
showWhen: or( local!currentStep = {1,3} )
)
},
align: "START"
)

  Discussion posts and replies are publicly visible