Hey @fresh-fireman-491 , i am trying to do the same thing but the raw input is not getting updated . can you please have a look at it.
f
famous-jewelry-85388
03/25/2024, 8:12 PM
Hi,
This is by design, triggers are not used for that. However, as a workaround, you can have a variable that store where the user was, then after the trigger card add a bunch of transitions/expressions that should redirect the bot to where it was.
m
millions-exabyte-83325
03/26/2024, 1:22 PM
Thanks @famous-jewelry-85388 for the reply..
yes i did something like this in the bot. I got the value what the user said and store it in a variable and then added it to one of the options.. it works when i do the trigger alone.. but when the control has reached a raw input and waiting for an input.. if i use the trigger there, the trigger flow should reach the same node with the value as one of the choices, but the node does not refresh with the latest choices.
thanks for the help in advance. Also is there a better way to do this.. to add accessibility to the bot, like text to voice and voice to text?