Announcements
have options in my sharepoint list. I have already selected what I want in the list and I don't want to be able to select the same item again. How should I write the terms?
Hi @warayut ,
You can filter this dropdown‘s data source (Items property) based on records that already exist in SP list.
For example:
Filter(DropDownItms,!(DropDownItmsColumnName in SPList.ColumnName))
If I don't understand your request correctly, please consider providing more details and screenshots.
Best Regards,
Bof
From the pictures I have shared I have saved the data by selecting the KRSNB001 device so I want this list to be disabled or not selectable to save new data.
You could try to set the submit button's OnSelect property to:
If( DropDownControl.Selected.ColumnName in SPList.ColumnName, Notify("Duplicate values");Reset(DropDownControl), SubmitForm(FormName) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 846
Valantis 532
Haque 410