I have a form on Webflow. Need to send data to MailerLite (add subscriber to group). During the flow, I check if the subscriber and group exist. Sadly Make stops on step “Get a Subscriber”.
I don’t want to call all subscribers because Mailerlite has limits. I just want to check that this particular user exists.
How to move forward with info from this step and use it in the next steps?
You can “continue” execution of a failed module by adding the modules into an error handler path. Just right-click a module and select “Add error handler”.