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 / UPDATE COLUMN WITH COMBOX
Power Apps
Answered

UPDATE COLUMN WITH COMBOX

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Buen día a todos, disculpen

quisiera saber si puedo modificar el valor de el campo de varios elementos seleccionados en un ComboBox2.

La columna se llama SAP ID y quiero actualizarlo con el valor que yo seleccione en dos listas desplegables Dropdown2 y Dropdown3 es decir concatenar los valores.

Categories:
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    What is the column type of this 'SAP ID'? LookUp or Choice? Is it allowing multi select?

    Could you please share a bit more about the ComboBox2 and Dropdown2 and Dropdown3?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I have 2 dropdowns.

    I want to take both values to update the items selects in my ComboBox2_1.

    I have a label with Concatenate(Dropdown2.Selected.Value;Dropdown3.Selected.Value)

    Then I want to take this value to update the column UBICACIÓN of my list UBICACIONEXPEDIENTES (only the items selected in ComboBox2_1)

    VICTORIACABO_1-1704424604660.png

    VICTORIACABO_3-1704424797794.png

     

     

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    Do you want to update the selected items with the concatenated value?

    I want to confirm with you that if you want to append this concatenated value or just replace previous two items with this concatenated value?

     

    Is there a primary key to capture this record?

     

    To replace previous two items with this concatenated value, you could try as below:

     

    Patch(UBICACIONEXPEDIENTES ,Defaults(UBICACIONEXPEDIENTES),{UBICACIÓN:Table({Value:Concatenate(Dropdown2.Selected.Value;Dropdown3.Selected.Value)})})

     

  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanksss, I used this

    ForAll(
    Filter(UBICACIONEXPEDIENTES; ID in ComboBox2_1.SelectedItems.ID);
    Patch(
    UBICACIONEXPEDIENTES;
    { ID: ID }; // Identificador único del elemento a actualizar
    { UBICACIÓN: Label17.Text }
    )
    );;
    Notify("Columna UBICACIÓN actualizada para elementos seleccionados"; NotificationType.Success);;
    Reset(ComboBox2_1)

     

    But now I want to move all the items selected with my ComboBox2_1 to another list and also change the value of the column UBICACIÓN in the destiny list

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 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard