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 / Displaying data from c...
Power Apps
Answered

Displaying data from column A in Dropdown and save in column B of another SP list

(0) ShareShare
ReportReport
Posted on by 145

Hi

 

I have a datacard for column A, List 1 , and I am displaying combobox options from column A in List 2.

This works.

Next  - I wants to save the selected option in column A, List1 . currently, its not saving any value. anyone has done this before?

 

Categories:
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @ssvk,

    That would be a pretty common scenario.  (Assuming that you alread are satisfied with the Items in the Dropdown, that List2 is the other SP list, the Dropdown is called Dropdown1, and that the field name for the Item to be saved in List2 is colB), Add a Button and set its OnSelect property to either:

    • Collect(List2,{colB: Dropdown1.Selected.Value}). or
    • Patch(List2, Defaults(List2),{colB: Dropdown1.Selected.Value})

    Either function in the button will add the selected item in the dropdown to the other SP list. Hope this helps. 

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

    Hi @ssvk,

     

    Are you trying to save the selected options from List2 columnA to List1 columnA? If so, what is the column types of these 2 columns? If both are choices columns, they need to have the same options to make this work.

     

    Regards,

    Mona

  • Verified answer
    ssvk Profile Picture
    145 on at

    Hi @v-monli-msft,

     

    the error I made was  - the column was of type "CHOICE", where I was trying to save the item. Hence it was not working.

    I changed that type to text field, and it worked now

     

    Thanks

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard