How to solve incomplete execution (after Break Error)

Hi all,

In this scenario, a lead enters his data in a Form and the lead will be created in HubSpot.

Sometimes the lead enter a mail adress, that is not valid for hubspot like sdfasdf@asdf.tg.

Because of such mail adresses I got errors like this one:

First i thought the Break-Error Module would be good handler for that.

Now I got incompleted executions in my list. How can I fix these incompleted executions. The perfekt way would be to, somehow correct the wrong data.

Whats your best practice for that?

Hi @pierre_fey ,

You should look at these pages:

Depending on the criticality, you could use a Rollback or a Resume.

2 Likes

Thank you.

Would be perfect to manipulate the incoming data somehow. In this case from the screenshot, I want to just change the email, then it would work.

Can I manipulate the data somehow?

You should look at this carefully, it explains how to catch the error, then when the error occurs it goes to another branch, and here you can correct you data and call the module once again (with the corrected email, in your case).

4 Likes