'How can I display data from a foreign list in a Power app which created base on a list

I have created a power canvas app based on a Microsoft list called Enrollment1. Looks like this:

enter image description here

It has a lookup column called enrolledStudent contains studentId, which is a reference from student list. Student list contains studentName, studentId. enter image description here

Now my app can only display studentId since it's created based on enrolledStudent list, which only has studentId, so is it possible to display the studentName on the app? I think maybe I should use lookup formula to solve this but I'm wondering how to do this. enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source