Hi,
I don’t see any option to store OTP value in node send OTP and hence the next node for verify OTP is not able to validate OTP provided during bot conversation.
Please assist me here how can I get this logic working?
Hi,
I don’t see any option to store OTP value in node send OTP and hence the next node for verify OTP is not able to validate OTP provided during bot conversation.
Please assist me here how can I get this logic working?
Hey @saurabh.srivastava
You need to add a question prompt and ask for an OTP from the user and store the response in a string variable, which can be passed to verify OTP node.
Thanks Pratik for your quick help, this solution works.