Passing variable from workflows
# 🤝help
s
Is it possible to pass variables to another workflow or do I need to make the variable as a bot\user variable?
i
User and bot variable
f
You don't have to. You can click on the exit node or entry node to pick which variables you want to parse
s
@fresh-fireman-491 If i pass variable will i be able to set new data into it using Raw String with the option of 'Store result in'?
Another question: Can i pass variables to the timeout flow? I want to pass the user information to make a sendgrid email with the user information
f
In theory yes and yes. Best option is to try
s
Do you have an idea how can i pass the varliables to the timeout flow? since it is automatic run when the timeout occurs how can i send it variables?
f
Making them have the user scope would allow you to access them, like Theo recommended.
75 Views