Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 general forum
Suggested answer

request.param not returning ID

Posted on by 15

Hi Experts,

I have created a custom field 'Page ID' on the web page entity and have assgned a value in theis fielfd for all my web pages. I would like to display this number on the footer of my web pages. I have created a web template with the following code:

{% assign x = entities['adx_webpage'][request.params.adx_webpageid]  %}
{{ x.adx_webpageid }}

and i get an error Liquid error: Value cannot be null. Parameter name: key.

I have tried the same code passing a GUID string into the variable and that works so it leads me to believe that the request.params is not calling the record GUID.

Any help would be appreciated thanks.

  • Nya Profile Picture
    Nya 29,054 on at
    RE: request.param not returning ID

    Hi,

    If the issue has been solved, it would be appreciated if you could click "Yes" to verify my answer.

    Image

    If there is any further doubt, please do not hesitate to let me know.

  • Suggested answer
    Nya Profile Picture
    Nya 29,054 on at
    RE: request.param not returning ID

    Hi,

    Have you set up Entity Permissions for the entity "adx_webpage"?

    And you can adjust the code into the following way.

    {% if request.params.adx_webpageid %}
    ...
    {% 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,554 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,588 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans