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
In the block form's message section, all possible context variables are currently shown as replacement tokens. However, not all of these variables are accessible from that specific block. The displayed replacement tokens should be limited to the context variables that are accessible within the block.
Accessible context variables include:
Context variables captured in previous blocks within the same conversation flow.
Permanent context variables, which can be accessed from any flow but may be undefined if the conversation flow that sets them hasn't been called.
Additional Requirement:
Indicate permanent context variables in the UI since they can potentially be undefined, depending on whether the conversation flow that sets them has been executed.
Reproduction steps
1. Go to visual-editor
2. Click on any Simple text block
3. Go to Messages Tab
4. See Context vars
Logs
No response
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered:
Description
Description
In the block form's message section, all possible context variables are currently shown as replacement tokens. However, not all of these variables are accessible from that specific block. The displayed replacement tokens should be limited to the context variables that are accessible within the block.
Accessible context variables include:
Additional Requirement:
Indicate permanent context variables in the UI since they can potentially be undefined, depending on whether the conversation flow that sets them has been executed.
Reproduction steps
Logs
No response
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered: