I have a gallery which contains dropdown (one in each row)
I want my dropdowns to show only non selected items from my table, based on others dropdown choices.
I tried filtering dropdowns items based on dropdown.selected value but powerapps tells me loops are prohibited.
Any suggestion?
Solved! Go to Solution.
Hi @ThD7 ,
As the error message told you, using dropdown selected values to filter the Gallery cannot be done because of circular references.
Please try and use a Dropdown/Combo box outside the Gallery, set to allow multiple selections, then use the selected values to filter the Gallery.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @ThD7 ,
As the error message told you, using dropdown selected values to filter the Gallery cannot be done because of circular references.
Please try and use a Dropdown/Combo box outside the Gallery, set to allow multiple selections, then use the selected values to filter the Gallery.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
203 | |
100 | |
61 | |
59 | |
57 |
User | Count |
---|---|
256 | |
162 | |
90 | |
79 | |
70 |