Is there a variable that stores the last user inpu...
# 🤝help
a
Is there a variable that stores the last user inputwithout having to explicitly create a dedicated for it? Something like @LastUserInput???
g
Use {{event.preview}} @adventurous-hydrogen-76150
a
hmm... trying to figure out now how to refer to it in a javascript snippet...
maybe event.preview witll just work
g
Yeap
Without the braces
b
if you need to use it on a string you can also do ${event.preview} just make sure to surround it by `` @adventurous-hydrogen-76150
3 Views