Multiple transitions
# 🤝help
r
Hi guys, how can i transition to different nodes containing certain info based on the users input if the " Service" node(which contains a list of services) transitions to the "client info" node (with the Name, email etc). How do I go from client info to the other nodes which has info based on the user input in the previous node (Services)?

https://cdn.discordapp.com/attachments/1142091654606639156/1142091654921199616/IMG_20230818_143055.jpg

b
Hi @rich-laptop-49975, you can add a card "Flow Logic" -> "Expression", and in the label of the transition you can specify the service type. For example; if service is x, then add another one where you will have if service is y
Assuming you will save the selecetedService in a variable, the logic will be, if that variable = x
r
Thanks @best-hamburger-70223 appreciate it 👊
15 Views