Hi everyone,
I’m looking for the best current approach to running actions on a list. For example, I often need to send notifications to a few hundred users when a business marks a day as closed.
In my experience, API workflow on a list is unreliable. It sometimes skips recipients or ignores the second delay value. If even one user is missed, they may show up, the business hears about it, and my reputation suffers. The same issue occurs when onboarding a business’s clients via CSV, where users can be skipped at random. After being burned enough times by this feature, I now rely solely on recursive workflows for critical tasks.
Is recursive still the most effective and reliable method for this type of operation? I am concerned about scaling and want to know the best way to handle cases where I might need to notify 500 or more users without overloading the workflow.
Any advice would be greatly appreciated.