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.
User | Count |
---|---|
254 | |
106 | |
92 | |
47 | |
37 |