botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
66 stars 81 forks source link

Links are not stored properly in the variables #1808

Closed bakrianoo closed 4 months ago

bakrianoo commented 5 months ago

Describe the bug I am trying to store a link in a variable, and then using it again to create a link button. The link to which the user is redirected to is invalid.

To Reproduce Create an action to store a variable Create a node to replace the variable value as a URL.

Screenshots image

image

image

image

image

image

RqfaelJr commented 4 months ago

You have to use triple "{" like this: {{{user.item_link}}}

sebburon commented 4 months ago

What @RqfaelJr said is correct