I want to trigger dataflow when Sync.Error BOD generated in ION. Then I will filter the BOD and get some values to send an email from the Error BOD. I know I can do it using Monitors but using a Monitor I have to use seperate Monitor for each error message type and I want to hardcode some values in the email. Using dataflow I thought to do use a XSLT mapper and add some hardcoded values according to their condition. So is there a way to trigger a dataflow using Sync.Error BOD.
Thanks