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