I parse a returned API payload via a webhook and the split it out using a looper function. The problem is that sometimes the payload doesn’t have any data records and so Looper cannot find the number of records to iterate.
It all works so all it brings me is a Zap error, which I could just ignore, but if I wanted to clean it up what would be the best way to do this?
Looking at the error, after making the API call, the total in the returned payload is 0. Might a filter work after the Zapier returned payload step asking it to continue only if the total is greater than 0?
Cheers.