Input zero value in field on all populated rows in Web app

I need to input zero value on a field ‘% utilization’ on all display rows in Web app. There can be one row or multiple rows and I need the bot to input zero in the field. What do I need to do to accomplish this task? Please help.

Here’s sample image in web app

image

Step 1 - Use find children activity to check rows are preset on the window?
Step 2 - If yes - Take the count of an item ( now as per screen shot it should give 2 )

Step 3 : Get the selector and find the %utilization value selector then use for each and pass “0”

Can you provide the selector of the selected row?

thanks SrenivasanKanna. this is what i have so far…see the image below.

Help! I do not understand step #3. can you provide me an example image.

I think this is the selector image you want to see.

Please help me on this. For each row, I want to zero the value in the field % Utilitzation. Is this how to do it? Please see the screen shot. Appreciate your help!

Please help me on this. For each row, I want to zero the value in the field % Utilitzation. Is this how to do it? Please see the screen shot. Appreciate your help!

Thanks,

David Hoang