how to use this type into activity for excel file reading the input way is correct but getting error like row is not declared
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
Are you using the Type Into inside a DataTable Loop?
Such a case, please use correct current collection item name.
Thank you.
Have you used For each row activity?
If so then check is that row or Current Row
Hope this may help you
Thanks
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.