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 / Query string parameter...
Power Pages
Answered

Query string parameter of a record

(0) ShareShare
ReportReport
Posted on by 34

How do I find the record ID string query parameter of a column (Account table - Parent Account column) in Portals? 

Categories:
I have the same question (0)
  • Verified answer
    Christian Leverenz Profile Picture
    1,214 on at

     Hi @Ihabkhiri1 ,

    if the request is something like https://myportal.powerappsports.com/?id=12345

    you can get the value of the get-parameter id in liquid with 

    {% assign myid = request.params["id"] %}

    if this id is an accountid you can get the parentaccount by using

    {% assign myparentaccount = entities.account[myid].parentaccountid %}

    if myparentaccount is filles, myparentaccount.id will be the id of the parentaccount.

    Details on this can be found for example here: https://docs.microsoft.com/en-us/power-apps/maker/portals/liquid/liquid-objects#entities 

     

    Hope this is an answer to the question. If not, may be you answer with a little bit more details on your requirements 🙂

     

    Have fun,

      Christian

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

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 56

#2
Valantis Profile Picture

Valantis 46

#3
rezarizvii Profile Picture

rezarizvii 25

Last 30 days Overall leaderboard