Hello,
I am in the early stages of developing a vehicle inspection app. My challenge I am having is that I can't view the items for my drop down menu.

For some context:
- I have a "DriverLog" table that has a lookup column called "Employee_DriverLogFK" that points to a "Employee" table. As you can see above I am able to select the items and they will show up in the DriverLog table but they are not visible.
- I have the "Item" component set to "Choices(DriverLogs.Employee_DriverLogFK)".
Thanks, kinda small issue but has me stumped.
Jason