Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Unanswered

Querying records using liquid objects

(0) ShareShare
ReportReport
Posted on by 136

Hi all,

 

I'm trying to get a contact record from a id coming in the url the following code is what I have inside of mine Copy (HTML) field in my web page:

 

the365bit_0-1594310055983.png

the first out put "{{id}}" is there but the mobilenumber it's not, I already checked the id 100 times and it's correct so any ideas of what might be hapenning?

 

 

  • oliver.rodrigues Profile Picture
    9,342 Most Valuable Professional on at
    Re: Querying records using liquid objects

    exactly, by default the portals create an entity permission to the contact entity but with the scope self 

    so this wouldn't give the access you need, you need to create a new one or change the existing one

  • the365bit Profile Picture
    136 on at
    Re: Querying records using liquid objects

    For future notice,

     

    the problem was because I didn't have entity permissions set for the entity that I was querying.

     

    In order to fetch data at least "read" permission should be set in the entity permission map and a web role needs to be associated with it.

     

    https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/entity-permissions/

  • H V Profile Picture
    1,510 on at
    Re: Querying records using liquid objects

    Hi @the365bit

    Please refer below code:

    {% assign contact = entities.contact[request.params['id']] %}

    {% if contact %}

    {{ contact.fullname }} 

    {{ contact.mobilenumber }} 

    {% endif %}

     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June 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
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35