https://discord.gg/botpress logo
Change case of option?
# 🤝help
m
Is it possivble to change the case of a variable? For example I ask via a choice question what to book and the options are Course or Exam. In my next question I ask what the title of the course or exam is. Currently this is title case but it looks odd and I want to know if I can do something like
@workflow.user_type.toLowerCase()
w
I think you can use an execute code card and do it in JavaScript
Then you store the result in your variable
b
execute code is the right call here~