Hi there,
I’ve built a number of automations using the “Find records” step. Sometimes that step returns 0 records; other times, that step returns 1 record. The problem is that the next step after “Find records” will assume at least 1 record is returned and then proceed to generate an error if the input is 0 records.
I’d like to either be able to:
- Add some sort of condition logic for the follow-on step to “skip” or “ignore” when “Find records” returns 0 records
-OR-
- Just have any errors thrown by the follow-on step be ignored entirely from my Notifications view:
As it stands right now, the “Find records” step is woefully inadequate for production purposes.