I’m looping a data table and I’ve a invoke work flow inside the for each, now I want to set the value for the current item column from the out argument of invoked work flow but I’m getting an error cannot cast object to string. If I use .ToString then the error change to invalid L-Value expression how to solve this issue?