A program to recognize and reward our most engaged community members
aruberutou wrote:Hi,I recently faced a similar problem. I hope you dont mind, Martin, if I expand on your post.Im not very sophisticated, but I think this should help get you started.#1: Make a list of attributes, either in RM or imported as an excel/csv file. I would suggest recoding 1:70#2: Connect that to Loop Values, selecting the column you just imported#3: Within Loop Values, add Filter Examples. Set att1 = %{loop_value}#4: [If you want separate processes for each] connect Filter Examples to Branch Operator Select Subprocess, using %{loop_value} once again. Of course, be sure that the subprocess number matches the numerical value of att1. This will then run separate processes for each value of att1. You can then recombine these outputs using Append.Hope that helps!