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 / Safe ComboBox (multipl...
Power Apps
Unanswered

Safe ComboBox (multiple selection) to sharepoint and retrieve them

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello guys,

 

 I would like to safe multiple Selections of a combobox into a sharepoint list and retrieve them back in a combobox. 

 

I think I know how it would work but I don't know how to achieve this. 

 

I have a Combobox (ComboBox1) with the Items: 'rh_datenverarbeitung' (a dataverse Table)

I would like to patch to the sharepoint List 'Verfahrensverzeichniss' to the column 'Zwecke'

 

Theoretically I should patch them like combined with a , or a & .

 

Later I want to retrieve the items as default selected in the other combobox (ComboBox2) to eventually edit the selection.

 

But how can I achieve that. 

 

the code next is the code I have actually to store and retrieve only one item

 

Patch(
 Verfahrensverzeichniss,
 Defaults(Verfahrensverzeichniss),
 {
 ZweckederDatenverarbeitung: Zweck_Datver.Selected.rh_datenverarbeitung
 }
);
{
 rh_datenverarbeitung:
 LookUp(
 Verfahrensverzeichniss,
 ID = selectedId
 ).ZweckederDatenverarbeitung
}
Categories:
  • v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    What's the data type of 'ZweckederDatenverarbeitung' column and 'rh_datenverarbeitung' column?

    If 'ZweckederDatenverarbeitung' is a text column , you should use concat(combo box.SelectedItems,your column,',') to save value .

     

    Best Regards,

    Wearsky

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    rh_datenverarbeitung is a datverse table with text columns for the combobox to select

    ZweckederDatenverarbeitung ist, as you mentioned a text column. And your code work properly fine.

    Is there a way back from sharepoint to the combobox so i can display what was selected previous ?

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

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