Hello guys,
I need your help.
I have 2 Sharepoint List:
Approvals A and Approvals B
Both lists have the same column structure
Approvals A with columns Department X, Department Y, Department Z
Approvals B with columns Department X, Department Y, Department Z
In Powerapps I have a combobox which you can select Approvals A or B
And 3 other combobox for every Department:
Derpatment X - combobox, Department Y - combobox - Department Z - combobox
Now the problem is I`m not able to dynamically change the data for Department Y - combobox based on the ComboBox where user can select Approvals A or B.
The formula I put in for Items is: Switch(DataCardValue5.Selected.Value,"A",'Approvals A'.Department Y,"B",'Approvals B'.Department Y)
If I manually put one connection is working fine, but with formula is not.
Strangely it is working for Department X, I think because the name of the column was Title and I changed it
Thank you,
Alex