iterate records in a process model

Hi All,

I have a process model accepting list of values below. 

[value1: "testA", value2: "testA", executeFlag: true], [value1: "testB", value2: "testC", executeFlag: false], [value1: "testA", value2: "testB", executeFlag: true]

I want my process model to iterate over the list and see if executeFlag is true route to Flow A else route to Flow B. 

can this be achieved ?

Thanks in advance for your time and support Slight smile

  Discussion posts and replies are publicly visible

Parents
  • I'd approach this like Stewart said.

    1. Get list that meet condition(s)
    2. Iterate on this list

    I don't see how complexity interferes with this. In fact, complexity makes expression rules more attractive (to me).

    What extra details can you give for us to help more and/or better understand why expression rules and sub-lists wouldn't be a good option.

Reply
  • I'd approach this like Stewart said.

    1. Get list that meet condition(s)
    2. Iterate on this list

    I don't see how complexity interferes with this. In fact, complexity makes expression rules more attractive (to me).

    What extra details can you give for us to help more and/or better understand why expression rules and sub-lists wouldn't be a good option.

Children
No Data