Hey everyone,
I’ve built an n8n workflow that adds new email subscribers from a Google Sheet to a specific group in MailerLite. It works perfectly for new subscribers, but I’m running into an issue with previously unsubscribed emails.
When the workflow encounters an unsubscribed email, it throws an error and halts the entire process. Ideally, I’d like it to skip unsubscribed emails and continue processing the remaining ones, similar to how MailerLite handles CSV imports.
Has anyone encountered this issue and found a solution for error handling or a workaround to skip unsubscribed emails in their n8n workflows?
Any help would be greatly appreciated!