Skip to main content

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? Flow Start Critieria limitsScreenshot 2023-10-27 at 4.33.35 PM.png

3 answers
  1. Oct 30, 2023, 3:40 PM

    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.

0/9000