Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[X] Parse multiple variables in action arguments #254

Closed
2 tasks done
luizcarvalho opened this issue Apr 17, 2018 · 1 comment
Closed
2 tasks done

[X] Parse multiple variables in action arguments #254

luizcarvalho opened this issue Apr 17, 2018 · 1 comment
Assignees

Comments

@luizcarvalho
Copy link

Make sure these checkboxes are checked before raising an issue, thank you!

  • Check that you are using node version >= 6.5
  • Search the documentation

Please also fill in these fields:


Botpress version: 10.0.6

Channels: webchat

What did you do?

I know if I pass {{variable}} (like a {{event.text}}) in args field of action form works fine.
works

What did you expect to see?

But, when I try concatenate this variable with a another String, this not work.

Not works

I expect to receive this http//myapi.com/users

What did you see instead?

But I receive this {{state.api_url}}/users

@luizcarvalho luizcarvalho changed the title Not concatenate variables in arguments on action form [X] Not concatenate variables in arguments on action form Apr 17, 2018
@epaminond
Copy link

Indeed this is programmed to only replace variables without additions.

@epaminond epaminond self-assigned this May 31, 2018
@epaminond epaminond changed the title [X] Not concatenate variables in arguments on action form [X] Parse multiple variables in action arguments Jul 5, 2018
@michaelmass michaelmass transferred this issue from botpress/botpress Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants