We have an automation that sends a slack reminder out to people who haven’t checked in that day. It works well, but is limited to <10 recipients. When we have >10 people who have forgotten to do their status update, though, the automation fails. What would be the best way to break up that action? Our automation is currently…
1 - at a scheduled time trigger
2 - Find records based on view of people who have not checked in
3 - If recordcount>0, send slack notification using dynamic data from step 2
Do I break up the data in step 2 if >10? Loop? What would be best?