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.