Hello,
Is it possible to filter Choices using "startswith"?? all data is in CDS(Dataverse)
I have a combo box selection with number like following (multi selection).
100_categoryA
200_categoryB
300_categoryC
When I chose "200_categoryB" I would like to show item start with 200-299 in next combo box.
201_item1
202_item2
I've tried arranging following but did not work how I would like to do.
Filter(Choices(products),"2" in Value)