Hello all,
I have Dataverse table and there are two different columns in this table.
The type of these columns are "Choice" and I already defined the values in the dataverse table side.
Column values of LR:
- A, B C
Column values of LRx:
- 10, 20, 30, 40, 50
According to my scenario in Power Apps;
> When I select value "A" in the LR combobox, I want to see only value "10" in the LRx combobox.
> When I select value "B" in the LR combobox, I want to see only value "20" and "30" in the LRx combobox.
> When I select value "C" in the LR combobox, I want to see only value "40" and "50" in the LRx combobox.
I tried filter option but it didn't work. How can I handle that? Thanks.