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 Reply Children