Data table data entering into row by row in EMPOWER application

Hi everyone,

I have below requirement can somebody help me out on this issue.

BOT has to enter the data row by row into a table, we are getting the same idx =2 (when indicated using key F3) for every row because of which bot is entering the data into the same row every time and we don’t see any other attributes like table row etc., using which we can loop the data to enter row by row.

Do we have any alternate ton overcome this problem?

Thanks in advance.

Hello,

Have you checked that after the first row you put data into it, if something changes for the upcoming row?

If nothing changes more context is need for you problem.

Thanks

@venky_vengalasetty

If idx=2 always that means there is something else that is changing…

May be each row is a separate table and the table also can have idx then

Cheers