Update already saved variables within workflow ins...
# 🤝help
j
I currently have a workflow that collects variables. It is looped. When the bot loops back to a point where it has already collected the variable it ends the conversation. How do I prevent this happening and allow for the workflow to cotinue and for a new variable to be selected. Thankkks!!!
g
Could you show us that workflow and your cards
j
Above in the convo, workflow and chat log. Why is it randomly ending when the bot loops back ? Thanks
I have even include this execute code to clear all variables, which it does, hwoever still encountering the same problem workflow.Reply = '' workflow.nextMsg = '' workflow.Reason = '' workflow.name = '' workflow.number = '' workflow.email = '' workflow.zapierSuccess = '' workflow.Unanswered = '' workflow.QuestionAsked = '' workflow.Answer = '' workflow.Service = '' workflow.PreReason = '' workflow.Servicebold = '' workflow.UnableToAnswer = '' workflow.Choice = '' workflow.QuestionWhenNotAsked = '' workflow.Service2 = []
ISSUE SOLVED! Was a problem from my side
g
Great to hear
2 Views