8000 Conversation tags are overwritten on update · Issue #14041 · botpress/botpress · GitHub
[go: up one dir, main page]

Skip to content 8000

Conversation tags are overwritten on update #14041

@lantonini-sbe

Description

@lantonini-sbe

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0