Hi everyone. I have a decision element with below outcomes-
If field1- Null, execute path1
If field1- (record1 prior not equal to record value), execute path2
if field1- (record1 prior not Null but now it's null), execute path3
Similarly we have field2,3 & 4 with the same logic. How can I create it such that flow checks all the 4 fields and execute all paths that satisfy the criteria #Flow
Eric Praud (Activ8 Solar Energies) Forum Ambassador
I would probably do 4 separate decisions, one for each field, and each path of the first decision would go to the 2nd decision after the actions, including the Default outcome (when none of the 1st decision's outcomes are true, then have my 3 paths from the 2nd decision, and all of the actions, then go to the 3rd decision (again the default outcome from decision 2 would also need to go to the 3rd), etc