umbraco / Umbraco.Forms.Integrations

MIT License
7 stars 13 forks source link

ActiveCampaign contact workflow retry #110

Open EJTRES opened 3 weeks ago

EJTRES commented 3 weeks ago

We encountered an issue when retrying the workflow from the ActiveCampaign repo. There seems to be a key mismatch when retrying since the context.Record.RecordFields id's change when retrying. This prevents the workflow from running so you can never retry sending an entry to ActiveCampaign.

I created PR #109 with a potential fix.