Skip to main content
Question

How to create an Array of all clerks to iterate through it with an action flow?

  • May 22, 2024
  • 1 reply
  • 84 views

jonas.venne
Level 2

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

1 reply

matt.witty13
Level 10

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.