I’m using the HighLevel module a couple times in one scenario. But I think there’s a problem with Make overwriting the first Update Contact with the second Update Contact’s tags.
I’d expect this overwrite for CRM text fields, like name or address. But tags are an array of tags that you should be able to keep adding to throughout a Scenario, no?
Or how to I force a commit mid-scenario?
This scenario is meant to potentially add to the same contact’s tags at two different steps. If both Routes are true, then all three tags are expected in the CRM.
Route 1. Add tags A & B.
Route 2. Add tag C.
However, what happens is if both Update Contact modules run (route 1 then route 2), then only route 2 (Add tag C) shows up in our CRM. But when only the route 1 Update Contact module runs, then tags A & B show up (as expected).
When both modules are executed . This results in only the step 2 tag to be set in the CRM.
You can see the output from step 1 with the two tags (A&B)
And you can see the output from step 2 with the one tag (C)
However, in the CRM only the step 2 tag shows (when both modules are executed)
This works fine when only step 1 runs.