
Announcements
Hello,
I need help with relationship tables permissions in power pages. I have to table A and B. Between A and B exist relationship N:N
In Dataverse we have 3 table: A, B and relationship table AB with columns (AB_id, A_id, B_id)
I can get data with FetchXML from table A and B. But I need to get data and from AB table
But my fetchXML shows me 0 recors.
In Power Pages editor I see all 51 record:
But in my website I can not get any records:
I try to manage my permission. All tables have Global Access with child permissions to lookup table:
What I need to do, to show website guest all information from AB table
Thanks a lot for help