Web application adding data to multiple rows

I am trying to automate a process where I need to insert data in a web application by clicking Add row button. During said process, previously entered data will also be available to edit again along with the new empty row to enter. In a single row it has a mix of text and date fields.

First row getting added . When coming to next row , data is going into the first row again.
I tried making the table row number dynamic , according to the item number coming from the for each .

Still it’s not working

Pls help to resolve .
Thank you

@Raj_esh,

It’s clearly a issue of Selectors. Check if you are using Fuzzy selector. If yes, try creating Strict Selector which are more specific and targeted.

If don’t work, share the selectors and screenshot to understand more about the issue.

Thanks,
Ashok :slight_smile:

FYI I have used object repo to capture the first row elements. Tried changing strict selectors , still nothing to the second row

@Raj_esh,

Check the selectors from edit descriptor. You might be using additional information about the elements which are tying the selectors to first row only.

@Raj_esh Your Row are generated dynamically? after adding the new row then your selector changes dynamically but your object is not updated, To solve this once your new rows are added then you need to get new object by attaching the browser and retry to enter the next row by putting the logic.

@Raj_esh it help us if you could provide the video of the application behaviour during the enter the text,

Tried with classic activities with dynamic selector , taking the row count , and it worked . Thank you

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