You can use OperationCount variable to identify the number of records that are processed successfully. You can use this variable to email the count of processed records as part of an email notification.
In your process flow, use the putcontextVar and select the notification email and then select the mailSubject as the variable and in the value field put OperationCount. You can put a string like >> Process Flow executed with $$Service.<<DatabaseTargetActivityname>>.OperationCount$$
Comments
0 comments
Article is closed for comments.