- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Thanks @Jonathon_wodnicki , I confirm your solution works. We ended up with the following workflow:
that updates the following fields:
- [indicators/@dirty] = 0 (Up To Date)
- [indicators/@sent]
- [indicators/@success]
- [indicators/@processed]
- [indicators/@error]
- [properties/@toDeliver]
The Enrichment activity creates 3 column, one for each stat with an Aggregate Count(@id):
This way, we are able to configure it with the standard query editor, instead of a db trigger.
It ends up with well formated delivery stats:
Thank you
Florian