You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by DUrayev November 3, 2021
Hello everyone!
Suppose I want to make kind of infinity loop of my reply until some condition is not met. For example, I'm asking user for a password in the action of my ReplyFlow. I want the same ReplyFlow to continue processing the next reply if password is incorrect.
The best option would be to add "self" reference in ".next()" method of ReplyFlow builder, but it's not possible.
Could you suggest any workaround?
Consider the following example of my request password flow:
Discussed in #990
Originally posted by DUrayev November 3, 2021
Hello everyone!
Suppose I want to make kind of infinity loop of my reply until some condition is not met. For example, I'm asking user for a password in the action of my ReplyFlow. I want the same ReplyFlow to continue processing the next reply if password is incorrect.
The best option would be to add "self" reference in ".next()" method of ReplyFlow builder, but it's not possible.
Could you suggest any workaround?
Consider the following example of my request password flow:
Thanks in advance!
The text was updated successfully, but these errors were encountered: