Table of Content
Sources
New Updated Field on Record (Polling) - Failed
I updated title of 4 contacts on Salesforce
Current published source
On the current published source, I see 4 events emitted correctly when I updated
PR updated source
But on the updated code, I only see 2 event emitted, and with incorrect summary.
Expected Behavior:
- The updated source should emit 4 events correctly when I updated title of 4 contacts
- The updated source event summary should be in format:
Title on Contact: ${ContactName}
New Updated Field on Record (Instant) - Failed