How to jump or transverse to one card to another v...
# 🤝help
p
ex:
if (variable === 'back')
it should move to exit card, how can i do this with code, I know you can add
back
option is single choice card and make a connection to exit card, but my single choice card is dynamic one.
f
Hey there, You can use the expression card. You would use
variable === 'back'
in the expression card
2 Views