How to use this type into activity

how to use this type into activity for excel file reading the input way is correct but getting error like row is not declared
image

@shiva_raj1

It should be row.item(“name”).ToString

Hope this will help you

Thanks

hai,
after adding row.item(“Name”).ToString also not working

Hi @shiva_raj1 ,

Use this type into inside of your for each row loop and check whether you have used CurrentRow or row in the initialisation of the loop. Thanks.

Use expression like below.

CurrentRow(“name”).tostring

1 Like

Are you using the Type Into inside a DataTable Loop?

Such a case, please use correct current collection item name.

Thank you.

Please make sure you used correct collection item as in the below example.

Thank you

2 Likes

@shiva_raj1

Have you used For each row activity?

If so then check is that row or Current Row

image

Hope this may help you

Thanks

2 Likes

hai,

thank you this worked

thank you

Your welcome @shiva_raj1

Hi @shiva_raj1 ,

Could you pls mark the solution for the post which you felt you got some help on your requirement so it will be helpful for others who are facing the similar issue. once you mark solution the topic will close automatically within few days. thanks for understanding.

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