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 Pages / Liquid - request.url f...
Power Pages
Suggested Answer

Liquid - request.url fetch the record id

(0) ShareShare
ReportReport
Posted on by 34
Hello Everyone
 
Please help me with my need to get the url parameter.
 
I am using this liquid code {{request.url}}
 
 
Which is the best way to extract the id from this url.
 
I look forward to your advice.
 
Thank you!
 
Goverdhan
Categories:
I have the same question (0)
  • CU11111813-1 Profile Picture
    10 on at
    Simply use liquid like this: {{request.params.id}} where id is the name of the parameter. Works for any request parameter.
  • Suggested answer
    SaiRT14 Profile Picture
    1,992 Super User 2025 Season 1 on at
    pls try the following:
     
    {% assign url = request.url %}
    {% assign queryString = url | split: '?' | last %}
    {% assign idParam = queryString | split: '&' | where: 'contains', 'id=' | first %}
    {% assign id = idParam | split: '=' | last %}
    ID: {{ id }}
     
  • govejayaram Profile Picture
    34 on at
    Thank you SaiRT14  and CU11111813-1
     
     
    Goverdhan
     
  • Suggested answer
    govejayaram Profile Picture
    34 on at
    Hello Everyone
     
    Please visit this thread.  Assign Account id to a Form
     
    This thread has more detailed description of my problem and a suggested solution.
     
    If anyone has similar problem, they may like to use the knowledge given here and, in the thread, above.
     
    Have a wonderful day!
     
    Goverdhan

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 41

#2
Valantis Profile Picture

Valantis 23

#2
omkarsupreme Profile Picture

omkarsupreme 23

Last 30 days Overall leaderboard