Have you ever had issues with data visibility on Power Pages? 🧐
On my Power Page, I have a page with a view of a table T. The visibility of a user on T is governed by an Account-type Table Permission on a specific Lookup: if the logged-in user is associated with an account A0, the user will only see records of T filtered by A0.
But what happens if the user has to access to multiple accounts? 🤔
In my case, the user should be able to see more than one account [A0, A1, A2]. That is why I would like to provide him with a dropdown that updates the contact of the LoggedUser to allow them to choose whether to see the records of A0, A1, or A2.
The problem I'm facing is that after the update, Power Page takes a while to apply the new visibility rules. It seems something related to the Cache server side, is there any way to let Power Page apply the change immediately?