search for a value in

absak

Member
Hello Guys,

I had the following alogorithm to deal with:

i had 2 collection (Col1, Col2) containing each one 19 field.
for each ligne of the Col2, if Col1.Field3 is present in Col2 then create a new collection and add row in the new collection containg the row where i found the Field other whise i will put "KO" in a Field Status in Col1

Here is the flow:

View attachment 1548433744876.png

i'm not so confident aboout the algorithm
 
Last edited:
Top