Search code examples
google-chromeweb-inspectorpower-automate-desktop

How to change ID name in chrome and save it permanently?


I got a web form to enter 5000 contact numbers.
I'm trying to input data automatically through Power Automate.

But then that doesn't work properly. Because the ID name of two field are the same in the form. as a result same data are copied in both field. Is there any solution from power automation software? or is there any way to change the HTML ID from the browser and save it permanently in that browser?

Please help me.
And please note I've no access to the particular website to change from the server site.
enter image description here


Solution

  • You could use Jquery selectors to identify UI elements. Use something like below in the Text editor of your UI element:

    label:contains("Retailer Number")
    

    enter image description here

    Tomasz Poszytek also has a video about his: https://www.youtube.com/watch?v=Lpk35MeTgFA&t=1704s