Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Answered

Append Record Id to Button component link to a page

(1) ShareShare
ReportReport
Posted on by 159

I have added a button component to a page.

 

Is there a way to append the record id as a query parameter to the button page link? e.g., view-cart/?id=7851618b-f039-ed11-a81b-000d3a336a33

 

iwaldman_0-1663856357227.png

 

Categories:
  • Verified answer
    iwaldman Profile Picture
    159 on at
    Re: Append Record Id to Button component link to a page

    Thanks, @NatGeo . I am overriding the onClick to make this work. I was hoping that there was an UI option to append the id. Maybe this is on the roadmap. Thanks again!

  • natalya Profile Picture
    133 on at
    Re: Append Record Id to Button component link to a page

    Hi @iwaldman,

    You can add it to URL on your button click event.

     window.location.href = `/YOUR_PARTIAL_URL?YOURid=${YourID}`

     Also if you use Advanced Form, you can go to "Form Definition" tab ->Record Source section and add your ID  that will be added to URL.  For Basic Forms, select "On Success Settings" -> Redirect. You will see different options there to add your ID to URL.

     

    Hoping it helps.

    NatGeo

  • iwaldman Profile Picture
    159 on at
    Re: Append Record Id to Button component link to a page

    Hi @NatGeo , Thanks for the response. The record id is not static; it must be dynamically appended when clicking the button. I can write JavaScript to achieve this but it seems that this should be a standard feature.

  • natalya Profile Picture
    133 on at
    Re: Append Record Id to Button component link to a page

    Hi @iwaldman,

     

    You can append the record id as a query parameter to URL, if it's acceptable in your case.

     

    Hoping it helps.

    NatGeo

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43

Featured topics