T
Typebot6d ago
Gabe

Hi there,I'm having an issue with my Typebot setup. When I try to manipulate the variables

Hi there, i'm having an issue with my Typebot setup. When I try to manipulate the remoteJid variable from my EvolutionAPI and use it within the flow, the bot seems to ignore it and doesn't respond. If I just type "Hi" in a text box, the bot renders the text as expected. However, when I introduce the remoteJid variable into the text (e.g., "Hi {{remoteJid}}"), it neither shows the "Hi" message nor the variable. As a result, when I try to compare something from my API with the remoteJid variable, it always goes wrong, because it's comparing my API result with "nothing." Can you help me figure out why this is happening? Thank you!
2 Replies
Baptiste
Baptiste6d ago
Not supporting EvolutionAPI
Ebola
Ebola6d ago
In your BOT you need turn on Prefill Input, IN your flow add variable PHONE, add variable block set PHONE variable {{remoteJid}}... or script block var phone_tmp = {{remoteJid}}. setVariable("PHONE", phone_tmp);

Did you find this page helpful?