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 / Column value from one ...
Power Apps
Answered

Column value from one list as choice value into another list field

(0) ShareShare
ReportReport
Posted on by 301

I'm trying to submit check box value which I'm getting it from another list which is multi select .
My Item property is

ShowColumns(Filter(colequipment,ProfileType.Value = "Pump"),ProfileOption,ID)

My Checkbox OnCheck property 

Collect(colPump,ThisItem.ProfileOption)

So , I have problem in Onuncheck Property  Remove(colPump,ThisItem)

Please help just understand this 

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

    Hi @apeawakening ,

     

    Does the formula on uncheck not working?

    Please try this.

     

    RemoveIf(colPump,ID=ThisItem.ID)

     

     

     

    Best regards,

    Rimmon

  • Ape Awakening Profile Picture
    301 on at
    ID is not recognize . Since on click of my Oncheck is Collect(colPump,ThisItem.ProfileOption)
  • Verified answer
    v-mengmli-msft Profile Picture
    Microsoft Employee on at

    Hi @apeawakening ,

     

    If some value in ProfileOption may be duplicate, I'm afraid that you need to save ID to the collection as well. Otherwise, the formula may delete other items not ThisItem.

    OnCheck.

    Collect(colPump,ThisItem)

    OnUncheck.

    RemoveIf(colPump,ID=ThisItem.ID)

    If value are all distinct, you can change the ID to ProfileOption.

    RemoveIf(colPump,ProfileOption=ThisItem.ProfileOption)

     

    Best  regards,

    Rimmon

  • Ape Awakening Profile Picture
    301 on at

    What should be the datacard Update property value ?

  • v-mengmli-msft Profile Picture
    Microsoft Employee on at

    Hi @apeawakening ,

     

    Please try this.

    ForAll(colPump As C,{Value:C.ProfileOption})

     

     

    Best regards,

    Rimmon

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 85

#2
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard