Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Update excel datas from Combobox

(0) ShareShare
ReportReport
Posted on by 12

Hi everyone, it is the first that I use PowerApps.

 

I would like to know to fill the box Update of the datacard with a Combobox with multiple selection. Datas are in an Excel file and the name of the column that I want to fill is Cadre

 

I tried to fill it with :

Combobox1.Selected.Value

Combobox1.SelectedItems

Concat(ComboBox1.SelectedItems;Cadre;";")

 

Every time the SelectedItems didn't work.

 

If you can help me thank you !

 

 

  • PierreJeanjot Profile Picture
    12 on at
    Re: Update excel datas from Combobox

    Thank you so much, it's working !

  • Verified answer
    HenWang Profile Picture
    Microsoft Employee on at
    Re: Update excel datas from Combobox

    Hi @PierreJeanjot ,

     

    Please use this formula:

    Concat(ComboBox1.SelectedItems;Cadre1;";")

     

    You can directly copy and paste it in Update property.

     

    Best Regards,

    Hen Wang

  • PierreJeanjot Profile Picture
    12 on at
    Re: Update excel datas from Combobox

    Here it is the screenshot.

    PierreJeanjot_0-1681977480902.png

     

    May be it doesn't work because I'm using a form ? Because your formula doesn't work too.

     

  • HenWang Profile Picture
    Microsoft Employee on at
    Re: Update excel datas from Combobox

    Hi @PierreJeanjot ,

     

    Can you send me the screenshot like this? Just edit your canvas app and check the combobox control and expand the data inside like this:

    HenWang_0-1681974764308.png

     

    Actually you just need to change this formula:

    Concat(ComboBox1.SelectedItems;Cadre;";")

     

    you need to delete the cadre column and select one column directly from the above screenshot.

     

    BR,

    Hen Wang

  • PierreJeanjot Profile Picture
    12 on at
    Re: Update excel datas from Combobox

    Thank for your help @HenWang ! 

     

    Items inside this combobox are "Défaut peinture","Mauvais composant".

     

    I want to write into the following data base :

    PierreJeanjot_0-1681973202940.png

     

    And values that I want into my comboBox are these values :

    PierreJeanjot_1-1681973292198.png

    I don't know if I'm clear in my explanations.

  • HenWang Profile Picture
    Microsoft Employee on at
    Re: Update excel datas from Combobox

    Hi @PierreJeanjot ,

     

    We need to know the columns names inside the items property of your combobox control. Please refer to my below test:

    In my combobox control, I used the sample value of "ComboBoxSample", and it is a table with column: "Value1","Value2","Value3".

     

    Let's say I need to use the value hold in the "Value1" column, the Update property should use below formula:

    Concat(ComboBox1.SelectedItems,Value1,",")

    HenWang_0-1681968329506.png

     

    The column should be from the combobox items table instead of column Cadre from your excel file, unless they share the same name value.

     

    Hope this helps.

     

    Best Regards,

    Hen Wang

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 55 Super User 2025 Season 1

Overall leaderboard