Forum Discussion
DavidKelling1
2 years agoCommunity Member
do once on resume
Hi,
I'd like to do something once (execute a javascript) if the user chose to resume after launching (and therefore not do it if new launch or restart). I need it to happen once no matter what sl...
RonPrice
2 years agoPartner
You could create your own True/False Variable that gets set to True when Resume is selected and the add the condition to the Execute JavaScript trigger to only execute if the Variable is False.