Hello everyone! I'm new to PowerApps and want to first say thanks for the wealth of knowledge shared in these forums.
I've setup an app using several tables, as a simple example:
Table1: ID, Student, Grade
Table2: ID, Math, Reading
The app gallery uses data from Table1. After choosing a gallery item, I would like to populate a "Label" where the text is a "score" from Table2 based on the selected gallery item. I'm not sure where to begin with this and I haven't been able to find any solutions to similar questions that worked for this situation.
Thanks in advance for the support.