ListA
- StudentName (data type = text)
ListB
-StudentID (data type = lookup, lookup source from ListA.StudentName)
In Powerapps,
Set(selectedStudent = 'student1')
student1 is one of the value in listA
In EditForm:
comboBoxStudentID - Data Source from listB
how to hit the outcome as per below?
Outcome for comboBoxStudentID:
DefaultSelectedItems = selectedStudent
Items = selectedStudent