I have a powerapp that has a gallery that is listing items from a sharepoint list. That "Main Gallery" is displaying basic information such as "Name", "Location", "photo" etc... If you click a button beside the person's image it takes you to another screen that has more information about that person. This is where the problem begins.
All of the information comes over quickly and easily every time with the command "MainGallery.Selected." I never have a problem with that. It's just that the picture acts weird. I have tried a few different things:
If I make the "More Information" screen as a gallery:
This leads to the picture sometimes displaying correctly, sometimes displaying the wrong picture, and sometimes not displaying the picture at all.
The "More Information" screen as a view-only Form:
This seemed to speed things up a bit, but now the picture never shows up.
The Image as a variable that is set when they navigate from the main list to the "More Information" page, and inserting a picture as the variable instead of relying on a gallery or form.
The image only shows occasionally.
Any thoughts?
By the way, i feel comfortable that my navigation etc is correct because this works perfectly while running the app in Studio, and even as a tab in Microsoft Teams (desktop). The only issue is when you're on mobile.
Thanks