You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a similar open issue regarding the problem of Conversation Variables default values. The suggested solution is to use the Variable Assigner node to explicitly set the value of user_name during the chatflow session. This could serve as a workaround until more information is available [1].
Self Checks
Dify version
Dify 1.0.1
Cloud or Self Hosted
Cloud
Steps to reproduce
I set a Conversation Variables named user_name in the chatflow.
but user_name default value is null.
How should I deal with this problem?
✔️ Expected Behavior
Conversation Variables user_name='apple'
❌ Actual Behavior
Conversation Variables user_name=null
The text was updated successfully, but these errors were encountered: