i have wish to have a cascading dropdowns dropdown 2 will use the results from dropdown 1, both from the same collection i will call Collection2, this collection 2 is made from a sharepoint list with two text columns with data input like this with the column headers item 1 and item 2
| item1 | item2 |
THING1 | SUBTHING1 |
| THING1 | SUBTHING2 |
THING2 | SUBTHING3 |
| THING3 | SUBTHING4 |
The apps datasource i will call collection 1
both are made using the following OnStart (i want the blank)
ClearCollect(Collection2, source2 ({item1: "",item2:""}), ClearCollect(Collection1, [@Source2]);
ClearCollect(Collection1, source1 ({itemZ: ""}), ClearCollect(Collection1, [@Source1)
The following dropdown items code doenst work? am i reading the documentation wrong or should i be using a lookup column?
Filter(collection2.item2, collection2=Dropdown1.Selected.Result)
these dropdowns are also being used in a editform if that matters too.


Report
All responses (
Answers (