-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Make sure the issue is related to Botpress Cloud.
- I confirm that the reported bug or feature request is not related to Botpress v12 and below (on premise version)
Report ID
No response
Description of the bug or feature request
I defined some custom conversation tags in the Studio.
However, when I update a conversation using client.updateConversation({ id: ..., tags: {...} }) in hooks or via the external API, these tags are removed during the next update triggered by Botpress (e.g., when system tags are applied).
The only reliable method I've found is to set tags directly in the workflow using conversation[tagName] = value.
It seems like the conversation object might not be properly refreshed before updates, causing new or custom tag values to be overwritten.
Could you please check if this is expected behavior or a bug?
Metadata
Metadata
Assignees
Labels
No labels