On the flow I have 6 change data value steps. They all worked until I had to change the API names for 3 of them. I'm aware that changing API names in SFDC results in new fields in Marketo, I went ahead and updated the form and the flow to reference the new fields.
However, the flow simply skips over the steps that reference the new fields. It'll sync values back to salesforce for the first 3 fields that I didn't change, but not the 3 I changed.
There is no sync error. Those specific fields also sync back to SFDC when I update values directly on the lead page. But something is wrong about the flow that doesn't update those fields in SFDC.
I've tried removing those steps and adding them back, still doesn't work.
Those 3 problem fields are supposed to be pulling Market token values. Maybe it has something to do with the tokens. But the tokens worked before I changed the field names. I checked the new token name over and over, it is correct, it's just not pushing into SFDC. The tokens are {{lead.field name}}
Any ideas on how I can troubleshoot this?