Guest Posted January 30, 2017 Posted January 30, 2017 Hello How do I branch off into multiple Custom forms as I need to add 11. It seems to only let me add 3 Cheers
Steve Giller Posted January 30, 2017 Posted January 30, 2017 I believe 3 is the maximum - you'll need to chain branches to achieve more.
Victor Posted January 30, 2017 Posted January 30, 2017 2 minutes ago, DeadMeatGF said: I believe 3 is the maximum - you'll need to chain branches to achieve more. This ^
Steven Boardman Posted January 30, 2017 Posted January 30, 2017 @Adam Haylock @DeadMeatGF is correct there is a maximum of 3 per branch node, but you can connect one branch node to another using a 'no match' condition, and then you have more outputs available to you on the second or multiple subsequent branch nodes. In your case you will need to chain together a few branch nodes to cater for 11 different outcomes. So you can achieve 11, and the logic will look for a match on the first branch node, and if there is not one, it will use the No Match to go the next Branch node, and so on and so until it finds a match Hope that helps Steve
Guest Posted January 30, 2017 Posted January 30, 2017 Got it and it works. Thanks for the prompt response! Cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now