I have a simple Service Desk application. I created a Dataverse Table called ServiceTicket that has a Lookup column called RequestedBy that uses the Account table as its source. I then created a model-driven app using the table and it works like a charm. I have trouble though when I create a canvas app using this ServiceTicket Dataverse table.
When I run the application from the Edit Mode of the Canvas app in PowerApps, the lookup column is populated correctly from the Accounts Table:
However, when I run the application directly (via Play) and in my tablet (after Publish), the lookup column Requested By is not populated with the Account table information. Is there a way to solve this? What is causing this issue?