Hi PowerApps Community,
I'm having an issue with a lookup column (Product) in my SharePoint form. When viewing an existing item in my form, the Product field appears blank even though the data exists for that item. Here's my setup:
- I have a Product List that I use to fetch the product name under the `Title` column in my main list
- Here is my main list that clearly has an existing item with a value under the product column:
- When I click on this existing item, my form should show me the value "vEPC" in the Product field, but it doesn't. It shows me blank:
```powerapps
Any ideas what might be causing this? I am really struggling here and would really be grateful for anyone's help!