Hi! I need help. I'm trying to setup a cascading dropdown against CDS.
I followed a guide and it workt against Sharepoint but not CDS:
https://www.youtube.com/watch?v=pkZG2boN7jQ
I have a list called Maskin and one called kund. All list i have are lookups through a list called tillverkning.
Items:
Distinct(Maskiner;Maskin)
Distinct(Filter(Tillverkning.Maskin.Maskin = ComboBox1.Selected.Result);Kunder.Kund)
What am i doing wrong? 🙂
See attached files.