Hi there,
I have 3 Sharepoint lists: request List which contains dept and div, dept list, and div list. Div list has div name and deptId. One dept can have one or many divs.
My powerapps can save the record into request list without issue. But in the view/edit mode, the selected dept and selected div are not showing up.
I use custom dropdown Data Cards.
Dept_DataCard.Update=Dept_Dropdown.SelectedText.Value
Dept_Dropdown.Items='Departments' //'Departments' is the SL List
I use 'Departments' instead of 'Departments'.Title because division dropdown needs DeptID to lookup the division.
Why do the saved dept and div not showing in view/edit mode?
Thank you in advance.