Excel iteration error

Hi
I am getting only one row details, while filling BOM details in windchill form Excel sheet here i used Readrange in excel applicaton scope. To iterate i used FOREACH loop activity.
can anyone tell me how can i get each row for each form row.

Here u can see in screen shot Each row of BOM like Fabrics ,Trims,Labels,Process for this rows i need to values from Excel sheet But I am getting Only 1st row value to all rows in BOM.

Hi @RAVI_KIRAN

Could you show your current Studio process?
As far as I can understand, you need the proper syntax to access all elements of your Excel row. You can do so as such:

row("columnName").ToString

Thnx,
yes I am using same syntax. Screenshot (148) .

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