I have a customer list in SFDC (Account object) and an effectively mirrored customer list/board in Monday (a subset of accounts). I’m trying to create a directional sync such that when a specific field on any SFDC Account is updated, the corresponding field is updated for that customer record in Monday
Right now I have:
- 1) Trigger: SF Updated Field on Record
- 2) Action: Find record in SF (I didn’t have this one at first but it seems necessary to retrieve the new value for the field I want to sync)
- 3) Action: Get item by column value in MDC
- 4) Action: Change multiple column values in MDC
Testing each Action step in sequence produces the result I’m looking for: It pulls the field value from SF (2) and updates the corresponding MDC item (3) with that field value from SF (4). Great.
However, I’ve published this zap and it won’t ever seem to trigger. I’ve tried it with the trigger setting Field Updated Timestamp blank and set to Last Modified Date. No luck.. Any thoughts?