Hi
I want to use the variable value from for each loop and insert into object variable .In the for each loop i have few tasks and want to insert the variable values into object variable conditionally after the success of those tasks which are depended on the variables from the for each loop.So my object variable should contain only the variables which are successful on the tasks
Many Thanks