Update field values

Hi,

I am having an automation scenario below:

I have a page where there are product names and rate field . If the product name matches with input product name (coming from queue) then the rate value should be updated in rate field .

My problem is first I need to search and find the Product name(that matches input product name from queue) among so many product names and then update the rate in corresponding rate column of the product name .

For example, if my input product name is “AWS Enterprise DLT Pro Compute” and its there in the page then it should go and update the rate in corresponding rate field of the product name

How can I search the product name and then find the corresponding rate column of that product name .

here the position is changing with idx and when I am trying to remove the idx from selector , i am unable to do so.

I tried to extract the data table but there is issue with scrolling. it just fetches first 12 values.

@Anil_G any help on this ?

looks like similar to:

@ppr

please find the selector

@ppr

I have sent the screenshot of selectors. let me know if you need any information.

@dutta.marina

indicate whole row as one element and in innertext you will have the name you need …use variable in place of that and add in that selector as last line and use

cheers

1 Like

@Anil_G

to indicate whole row, i need for each ui element?

@Anil_G

when I trying to indicate , its just indicating first row element. how to indiacte entire row element?

@dutta.marina

indicate a single field…and then in ui explorer center window try going one level up each time till you find 1 signle row content in innertext that is the component…better indicate rate itself and go levels up and check the first value which has only 1 single row all values as innertext

cheers

@Anil_G

I got inner text something like this

@Anil_G

Thanks a lot for the solution. Anyone looking for the solution please find the below link.

@Anil_G you are Automation Champion. Hats Of you.

This was really complex which you solved

https://forum.uipath.com/t/re-re-update-field-values/779028/27?u=dutta.marina

1 Like

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