Good day,
I have a powerapps form with several combo box entries all linked to the same data source.
Basically, I want the user to enter the number of services he is requesting approval for, the list of services is the same.
Is there any way to, once a user has selected a service in the first entry, limit them from selecting the same service again?
Below is a my code and attached image, couldn't really find anything online on this
Any help is appreciated
![]()
This is my code all the combo boxes:
SortByColumns( Distinct ('01. CASH_SERVICES', SERVICE ), "Result" , Ascending)Image attached for reference