Hi,
I am just starting with Power Portals and I have this question. In one page I have a list component where I display an entity, when I click in one record I want to show the details in another page.
With this code I can access the entity:
{% assign object = entities.cr21d_object['90153843-bb6c-eb11-8fed-0003ff1d219a'] %}
{% if object %}
Object found
{{ object.cr21d_name }}
{% endif %}
but I am missing the point who I get the ID that I see in the URL query in order to pass through the appropiate id.
The query looks like this:
xxxx.powerappsportals.com/objects-1/view-objects-1/?id=90153843-bb6c-eb11-8fed-0003ff1d219a