I have an automation set up to send SMS notices via Twilio on a scheduled basis. Prior to sending the SMS via twilio, I use a Find Record in Airtable Action to filter all the records that match certain conditions on any given day. This list of recipients will change anywhere from 0 to 20 per day.
The automation currently only runs once and sends a message to the first record found. How do I set this up to send the text message to all found records, not just one?