David140D
Voiceflow6mo ago
2 replies
David140

Weird user_id issue

I can't tell if I'm doing something completely mad here but my user_id variable is being forcibly set to a certain value 1549119 and I can't see where! I've set it as default to 0, and as soon as I click one of my agent's button choices, the variable changes.
I can see in the logs that there is a Set step that changes the variable but there is no Set step anywhere in my flow that does that. Anyone come across this?
I've cleared cache, logged out and in again etc. but this seems baked in somehow.

This is the log showing the Set step - could it be a bug?

{
"time": 1754666036348,
"type": "debug",
"payload": {
"ref": {
"type": "node",
"nodeID": "68960ec7b0c650944283c3e4",
"nodeType": "set-v3",
"diagramID": "64dbb6696a8fab0013dba194"
},
"level": "debug",
"message": "1 variable changed",
"context": "Set",
"metadata": {
"diff": {
"user_id": {
"before": "0",
"after": "1549119"
}
}
}
}
}
Was this page helpful?