Solved
how to access variables from audit logs
Hi,
I want to access Insert/update variables of Audit logs so as to maintain how many records got inserted or updated of particular schema which is part of import workflow.
Regards,
Ketan Pardeshi
Hi,
I want to access Insert/update variables of Audit logs so as to maintain how many records got inserted or updated of particular schema which is part of import workflow.
Regards,
Ketan Pardeshi
Hi,
insert and update count are maintained in event variable you can get them using below variable on next activity after update data activity.
vars.insertCount & vars.updateCount
Regards,
Ankur A.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.