Hi all!
I'm desperate for some help here.
I have a form that links to a SP list called 'Info Items'. In that form I have two lookup columns. The first column 'KeyArea' pulls from the Title column of the 'KeyAreas' list and the second column 'SubArea' pulls from the Title column of the 'SubAreas' list. The 'SubAreas' form also has a lookup column the pulls the same 'KeyArea' list.


I have tried so many different combinations of functions, e.g.:
- Filter(Choices([@InfoItems].SubArea),DataCardValue2.Selected.Value in SubAreas.KeyArea)
- Filter(SubAreas,DataCardValue2.Selected.Value in KeyArea.Value) - This gives me the correct data in the dropdown but won't let me write it back to the 'InfoItems' list.
- Filter(Choices([@InfoItems].SubArea),Value in Filter(SubAreas, DataCardValue2.Selected.Value in KeyArea.Value))
Any suggestions will be greatly appreciated.
Thanks!