Our system uses Power pages with enhanced data model enabled. We have several pages using liquid template code and has been working fine. After the Power Pages release - 9.5.6.x GA Wave 1 that occurred on 30th July, fetching records using entities liquid object stopped working.
Liquid template lines like entities.contact[guid] now throws an error: Liquid error: Sequence contains no elements
The same fetch on Contact entity records works well if the above line is replaced by liquid fetchxml query.
I opened a ticket with Microsoft, but they haven't responded yet. Is anyone else facing this issue, or have a solution to this?