Skip to main content

Hi all,

i try to send a list of all open invoice to the responsible clerk.

So first of all. I want to query data to get all active clerks (by an Filter). But I can't create an array out of the query.

After I create the clerk array. I just itereate through it and do another data query with each iterator as filter. After that i send the list via mail.

 

But I am failing to create the array out of the query. Do you have any ideas how to handle that situation? I think I am using the wrong bricks.

image 

Best Regards,

Jonas Vennemann

In the same grouping as Iterator, there's a module called "Array Aggregator". This will allow you to build an array and group it on specific fields as well.


Reply