Hi,
I’ve got a scenario where it searches In my data store. The output it’s different Bundles, and then I send an email to all of the keys of that search.
The problem is that later one I want to notify myself with a text message and get how much messages have been sent.
What I do is use an array aggregator and get the number of elements there, but the problem is that the operation is done multiple times, the same number of emails I had sent.
How can I just do one operation after multiple operations have occurred?
Thanks