web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / add button does not work
Power Automate
Unanswered

add button does not work

(0) ShareShare
ReportReport
Posted on by 39

I am trying to automate on of CRM where once the data is populated into fields need to press on ADD button to add the data.

Tried with press button, Click ui element and also tried with hotkey Enter still i am not able to achieve. The selector remains constant for button but not sure why its throwing error.

selector:

body > div[Class="main-page bubble-element Page"] >
div[Class="bubble-r-line"]:eq(1) > div[Class="bubble-r-box"] >
div[Class="bubble-element Group"] > div[Class="bubble-r-line"]:eq(1) >
div[Class="bubble-r-box"]:eq(0) > button[Class="bubble-element Button clickable-element"][Type="submit"]

 

Please do suggest some way to solve the issues. Thanks in Advance

 

Regards

Soumiya

 

I have the same question (0)
  • adijain Profile Picture
    Microsoft Employee on at

    Hello @soumiya ,

     

    It would be helpful if you could share the exact error message that you receive in PAD. But, if you are getting an "Element not found" error, Power Automate Desktop has a selector builder tool to assist in customizing selectors according to the target element's CSS path on the web page. Using this tool and looking at the HTML source code behind the CRM can help discover different attributes that can be set to access target element (add button) correctly. Along with other variations of selectors you can use, my suggestion would be to try the below as well:

     

    • button[Type="submit"]
    • button[Class="bubble-element Button clickable-element"][Type="submit"]
    • div[Class="bubble-r-box"]:eq(0) > button[Class="bubble-element Button clickable-element"][Type="submit"]

     

    Hope the above makes sense!

  • soumiya Profile Picture
    39 on at

    Thanks for Your reply...

    @adijain 

    Would you please let me know the tool that allows us to give the selector directly

     

     

    Regards

    soumiya

  • adijain Profile Picture
    Microsoft Employee on at

    Hello @soumiya, Once you open up the selector builder tool to edit a selector of an element, click on the toggle button as shown below at the left bottom of the window (next to the text Custom - although you might have some other text visible there due to variations in our PAD versions):

    adijain_0-1602728140351.png

    Then a text window will open up that contains the selector that can be directly edited by you (screenshot below).

    adijain_1-1602728430188.png

     

    Here you can input variety of different attributes, values or even parse variables to the selector as per your use case. This allows full flexibility in building selectors to make sure that your UI flows run successfully consistently.  

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 241 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 179

#3
Haque Profile Picture

Haque 159

Last 30 days Overall leaderboard