Attached the screenshot, i have to fetch each time one row, from product details and enter the same into application?
Any idea
Attached the screenshot, i have to fetch each time one row, from product details and enter the same into application?
Any idea
Hi @chandu_rsr,
1)Read range activities put in to datatable
2)Foreach row atctivites loop through row in datatable
3)row(0).Tostring or you can row(“Product Details”).Tostring both way will work. pass in to typeinto activity.
Use Read Range To read Sheet Data say DT
Then Use
For Each Row For DT
It will iterate Each row
For extract Product details
Use Row(“Product Details”).Tostring
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.