How to update three different web pages (in a website) using data from Excel

Hi All,

I wonder if anyone could help me please.

I am trying to update 3 web-pages using data from Excel spreadsheet. I used for each activity to update the data sequentially. It worked for the first set of data in a row. It also worked for me using for each row activity using “datatable.rows(0)(0)”.

However, I am not able to read/get data in second row or third row in the excel sheet and update the web-pages using the same logic as for each row activity “datatable.rows(0)(0).toString” or for each activity “item.toString”. I have attached my build for “for each row” activity.

Let me know if you any further information.

Thank you for your help.