How to set Current Item data inside a loop from arguements

Hi,

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?

Hi @Babjee.Vangipurapu

Give a try by Change the datatype to object and remove .tostring

2 Likes

@Babjee.Vangipurapu,

Try using CurrentRow.Item("Break Format").ToString

Thanks,
Ashok :slight_smile:

HI @ashokkarale

Thanks for the input, tried this but it’s not working.

Thanks,
Babjee Vangipurapu

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.