Hello Team,
I hope you are all well, and you can provide me with some idea of what I need to do to get around this issue I’m experiencing. First of all this weekend is the first time I’ve sat down and tried to write a decent(ish) Power App. I’ve used web searches for most of my issues, but this one has perplexed me, and I’m not sure how to word my search so any pointers would really be appreciated.
I’m building a Canvas Power App using Dataverse tables. The app I’m building is a club database, which allows you to add students, create classes, then assign students to the class. The issue I’ve ran into, which has been scratching my head is thus;
I have a table which is used to store classes which get created in the app.

I then have a form on a page so I can add attendees to the class generated in the table above.. When I go and select the class created in the table in the app I can only select the Class ID (which is hidden in the screen shot above). I think it is because the other two columns “Class Type” and “Class Instructor” are populated from other tables. If I add a test column into the table and add in random data I can then use that to select from a drop down list in the form I have created.
How would I get around this problem. Initially I thought about another column which contains a mixture of data from the Class Date and Class Type column. I tried to add a function, but I couldn’t get it working.
Any thoughts or pointers would be appreciated.