How to move forward despite the error in the flow?

Hello

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?

Zrzut ekranu 2023-11-25 o 13.18.53

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”.

Screenshot_2023-11-25_221158

For more information, see https://www.make.com/en/help/tools/webhooks.html#error-handling

4 Likes

Thank you @samliew . I moved forward with my automation :slightly_smiling_face::+1:t2:

2 Likes