is it just execute code workflow.MyVariable == "qu...
# 🌎general
m
is it just execute code workflow.MyVariable == "quote" (if a user's intent was to get a quote for example)
e
Hey @millions-motorcycle-83398, the best way to manage user intent is by creating actual Intent cards
First you create an Intent card, and add some training phrases
Then you add the actual transitions
m
yep, I was just wondering if you were able to assign a variable once the users intent is figured out
Sort of like you can for single choice where you choose a variable to assign
Didn’t know if you code do something similar but in an execute code
e
Sure, you would need a execute card
In the first node where you are certain of the intent
Make sure to create that variable first
m
Gotcha thank ya!
e
Anytime!