Would you rather use 3 floating groups that have lots of conditionals inside of them for other groups, or would you instead give each group it’s own floating group (10+)
I personally rather more elements less conditionals. That’s less processing on workflows & makes future expanding of the app far easier. Makes dev handovers & documenting the app easier as well.
Only concern is the 10 floating groups. Maybe use a single with 10 groups inside with visible conditional. May need a bit more info on what you’re doing to give a better answer but for most cases more elements less conditions
1 Like