Manage case, concatenate and replace text in your variables
New functions are available on BOTNATION to manage and manipulate variables in text format, for example from inputs entered by your chatbot’s users. It’s the equivalent of mathematical functions linked to text.
You can find these new functions in the tools panel associated with {{…}} variables.
- Concatenate: to merge variables together, with text and a separator if required. Useful for formatting elements before sending them in a standard email, a Google Sheets document or via a Webhook.
- Format case: Handy for transforming user input into uppercase letters. It’s much more elegant in the flow of conversation.
- Replace: To replace words with others, or even just characters. “Mr” to “Monsieur” etc… It can give ideas for games 😉
Plus:
– Concatenate
– Format case
– Replace