hello!
I need to store some log information in sql server table after each iteration of foreach loop. I have tired doing it using event handlers. I have used OnPreExecute and OnPostExecute event handlers. But the information I am inserting is not proper. In post execute I need to update the same record or Pre execute. I am not able to find the condition on which should I update it. Plaese help!!
The screen shots are attached below: