Back to All

Custom Variable

Hello guys,

I am trying to create a bot with similar interaction as below.

Interaction 1: Hi! Please enter your first value.

Interaction 2: Great! Now enter your second value. [customVar A=[responseTo interaction=1 fallback=TEXT]]

Interaction 3: Excellent! Please mention your requirement
[customVar B=[DIV [[showVar=A], [responseTo interaction=2 fallback=TEXT]]]]

Interaction 4: The result is [IF([showVar=B]=5){Congratulations.}]

But unfortunately, when I follow the above coding, I am only getting the error message every time I test the bot. Kindly guide me as to how do I proceed.