Hello,
I have a single sharepoint list containing mainy columns.
Some of them are choices columns I use to filter gallery results.
I would like to use a multi selection item combobox to fill a second one but failed to achieve it.
Example could be this:
1st choices column "Country" contains Spain, France, Italy, Germany
2nd choices column "City" contains Paris, Nice, Roma, Milano, Berlin, Studgart etc...
In my Fisrt combobox, when I select France and Italy, the second one should be field with Paris, Nice, Roma, Milano
I failed in many possibilities. When I get 1st combobox, SelectedItems, I'm not able to filter in a way or another my list to retrive related cities. With Filter or Forall function, usinf collection or not, I just get a collection of record or table and not a simple list of item to populate my second combobox.
Please some help would be appreciated 🙂