web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / I have a question abou...
Power Apps
Unanswered

I have a question about using a dropdown list.

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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?

I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    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

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    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.

    1664953984131.jpg
    1664954033381.jpg
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @warayut ,

     

    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)
    )
    

     

    Best Regards,

    Bof

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard