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 / Press Button Selection...
Power Automate
Unanswered

Press Button Selection (Code Example)

(0) ShareShare
ReportReport
Posted on by 49

Hi,

 

I have 5 "Account Detail" buttons on each page (maximum).  It could be just one per page.  What I would like to do is code the button press tied to the ID since I have all of the ID's across multiple pages with a loop condition.  I have those highlighted in red below.  Is there a way I can code that?

 

<div webix_l_id="1683855363387" class="webix_dataview_item" role="option" tabindex="0" style="width:1238px; height:autopx; float:left; overflow:hidden;"><div class="outStanding_result">

                                                                                                                                                <div class="outStanding_address">

                                                                                                                                                               <div class="property_address_data">555 Happy Street, St. Louis, Missouri 55555

                                                                                                                                                                             <div class="secondBlock">

                                                                                                                                                                             <img src="/main-ui/solutions/enhancedportal/images/water.svg" class="status-img">

                                                                                                                                                                             <p>Commercial - Active</p>

                                                                                                                                                               </div>

                                                                                                                                               </div>

                                                                                                                                 </div>

                                                                                                                                 <div class="acct_no">

                                                                                                                                                <p>Account Number</p><span>1234567</span>

                                                                                                                                 </div>

                                                                                                                                 <div class="amount_due">

                                                                                                                                                <p>Amount Due</p>

                                                                                                                                                <span class="due_amount  ">$55.55</span>

                                                                                                                                 </div>

                                                                                                                                 

                                                                                                                                 <div class="past_due1">

                                                                                                                                                <p>Due Date</p>

                                                                                                                                                <span class="past_due_amount dueDateTextred">                         May 23, 2023</span>

                                                                                                                                 </div><div class="past_due">

                                                                                                                                                <p>Past Due</p>

                                                                                                                                                <span class="past_due_amount dueDateTextred">$33.58</span>

                                                                                                                                 </div>

 

                                                                                                                                 <div class="myaccountBtn">

                                                                                                                                                <button class="accountDetailsBtn" onclick="myAccountsUtils.navigateToIndividualLandingPage(1683855363387);">ACCOUNT DETAILS</button>

 

                                                                                                                                                <button class="makeApaymentBtn" onclick="myAccountsUtils.navigateToMakeAPaymentPage(1683855363387, 'individual')">MAKE A PAYMENT</button>

                                                                                                                                 </div>

                                                                                                                   </div></div>

I have the same question (0)
  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at

    Hi @mgd1317 

     

    Do you want to make the selector so as to make the bot click the button ?

     

     

  • mgd1317 Profile Picture
    49 on at

    Launch Java?

  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at

    Hi @mgd1317 

     

    Sorry i am not clear 

     

    Could u explain it better ?

     

  • mgd1317 Profile Picture
    49 on at

    Yes, can you use the ID (webix_l_id="1683855363387") with this code 

    <div class="myaccountBtn">                                                                                                                                    <button class="accountDetailsBtn" onclick="myAccountsUtils.navigateToIndividualLandingPage(1683855363387);">ACCOUNT DETAILS</button>

     

    Another post had this as a solution...

     

    function myFunction() {
      document.getElementById("w3loginbtn").click(); // Click on the Sign In button
    }

  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at

    Hi @mgd1317 

     

    Try this selector 

     

    div[webix_l_id="1683855363387"]

     

    Hope it helps !

     

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 273 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 149 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 144 Super User 2026 Season 2

Last 30 days Overall leaderboard