Search code examples
viewpowerappsmodel-driven

Powerapps model-diven app: Is it possible to add a View to the left menu?


Hi I can't figure out how to add different tableviews from the same table to the left menu in a model-driven powerapp. Is it possible to add different views to the menu or can one just add tabels? If its possible, please explain how one does that.


Solution

  • You can create a url that points to a particular view and add it to the sitemap. Here is how this URL can look like:

    /main.aspx?etn={entity}&pagetype=entitylist&viewid={view id}&viewtype=1039
    

    Example:

    /main.aspx?etn=opportunity&pagetype=entitylist&viewid=%7b00000000-0000-0000-00AA-000010003006%7d&viewtype=1039