Power Pages: how to get contact's Dataverse team membership in web template with Liquid

dev.to

When building internal portals on Power Pages, you often need to drive UI logic based on who the logged-in user is in Dataverse - not just their portal web roles, but their actual Dataverse team memberships. This post shows the correct approach and why the obvious path doesn't work. The naive approach - and why it fails The logged-in user in a portal is a contact record. Your first instinct might be to traverse owninguser on the contact to get the backing systemuser, then look up

Read Full Article open_in_new
arrow_back Back to News