Good Morning,
I've created a Canvas app connected using the SQL server connector. I am able to use the application as normal, view records, add, delete, etc. I shared it with the first user in my organization for them to test it. They are able to view the records list in the gallery and create new records but when they click on a record when they get to the details screen they see "getting your data" in both form boxes. I would have thought it was an app issue but I don't get this when I click on a record. How do I tell the difference between an issue within the app (not passing the data correctly) and whether it is that I have the per user app license and they don't (i'm in a large enterprise organization)?
I did a monitoring session with the individual running the application and when he gets that response I don't see anything in the monitoring session.
Could it be a variable issue? I have created a variable for passing data from the gallery.selected to the detail screen, could that be the issue? If so, why does it impact the user but not me?
On my gallery, the arrow for the record OnSelect is: Navigate(DetailRecordScreen, ScreenTransition.None, {displayItem:ThisItem})
On my DetailRecordScreen: item=displayItem
Any thoughts? Seems like I'm missing something obvious and I'm still new to powerapps so definitely possible.