Hi all,
Hope everything is doing well; I'm working in a workflow whose desired result is to trigger an email/sms alert.
So far is working great, it cleans the data, make the formulas and trigger the alert using an IFTTT connector, previous to the IFTTT connector I'm using a filter that checks a boolean, T sends the alert and F creates a file with the records that shouldn't go to an alert.

The problem that I'm facing is that T stores more than one record (this is ok since there could be many records that must be reported) and due to the nature of the IFTTT connector it only triggers an alarm for the first record. I was thinking in a way of separate the T rows in individual files and then a for loop that changes the incoming stream for each file so I get alerts for all the records.
Any idea to make it work?, is there other way to face this final step?.
Thanks in advance.
Regards.