Is there a limit to how many Conditions you can put in the Start Element? Or a best practice? I have 5 date fields (22 groups have 5 date fields each - so 110 total) and if one of them is changed, I want to run the flow. Is there a better way to do that?
3 answers
It's hard to know without the full background of your org. But it almost seems like each group of 5 could almost be its own object, or at least a "type" in a child object.
Eg parent = Account.
Child = training.
Training. Type gives options for Team training, individual training, instructor training etc (whatever the 22 options are).
Then you only need 5 date fields.