Skip to main content

Hello, I use Query Data module in my Action Flow. Inside this Action Flow there is a filtering. The filtered records are further processed in my action flow. What I would like to achieve is some information about iterations where, as a result of filtering, not a single record could be filtered out.

 

So for example, I have 50 records that I want to process in my Action Flow. For 42 of them, the filtering in the Query Data module is successful, I can for example send 42 emails to clients basing on this data (because this is the next step in my flow). For 8 of them, the filtering in the Query Data module is unsuccessful (no single record was found), so those record are not proceed after Query Data module in the flow. I would like to, for example, send 8 emails to myself basing on this fact (or, let's say, collect those 8 records to one .csv file and send one email to myself and my colleagues with subject 'Records that were not found').

 

I hope that I presented my goal clearly. I would be very grateful for help if you have any idea how to achieve it.

I think you could probably achieve your goal using a router with the filter rather than filtering in the query module. Or, do multiple queries in one action flow with your existing filter in one and the reverse in the other.


Reply