Announcements
So my app is working well when in landscape mode, but I'm having trouble in portrait the table's contents go from grid view to list view. I can select a record from the Dataverse table, but when I click a button to EditForm and Navigate, the record is deselected and the new page doesn't show any data. I know I can just switch to grid view for the table, but I actually like the option of having a more mobile friendly format.
Is this a canvas app or model app?
if it’s canvas instead of using the grid in your item of the navigated page pass context in the navigate function of the recordid. Assuming you have a lookup for the item using .selected from the grid?
Example
12 would need replaced with thisitem.id or grid.selected.id assuming it’s even working.
of course if using model it’s. Gonna be a different ballgame.
I think I followed your instructions? I used a context variable to store the selected record so it's value wasn't lost when the record was unselected.
It is a canvas app. To fix, I set Table1.OnSelect to Set(MyVar1,Table1.Selected) and Form1.Item to MyVar1.
Basically the same idea :). Was gonna suggest that if the context from nav didn’t work.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185