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 / Updating Column Value ...
Power Apps
Unanswered

Updating Column Value in Bulk

(0) ShareShare
ReportReport
Posted on by 48

Hi,

 

I need assistance on this matter.

I want to make an option where the user can select a dropdown to select the column to update :
Eg, Jan,Feb,March....

So i make a combobox to allow multiple selection.

Now i want to make based on the selection on the combobox, it will update in bulk (patch) the column selected like

if user select jan and feb

the apps will update as such 'Jan':true,'Feb';true

 

Any idea on how to do this?preferably without using Power Automate

 

Thank you

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,432 Most Valuable Professional on at

    Hi @ikmalfikri ,

    Assuming you are writing back to a Text column, the Update of the Data Card would be 

    Concat(
     ComboBoxName.SelectedItems,
     Value & ":true,"
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

     

  • ikmalfikri Profile Picture
    48 on at

    I tried that but it seems like error;
    UpdateIf(ColTest,true,
    {
    Set(Cell,Concat(
    ComboBox1.SelectedItems,
    Value & ":true,"
    )
    }
    );
    Patch(PeriodLock,ColTest);
    Clear(ColTest)
    or
    UpdateIf(ColTest,true,
    {

     Update
    );
    Patch(PeriodLock,ColTest);
    Clear(ColTest)

     

    Can you advise?thanks

  • WarrenBelz Profile Picture
    156,432 Most Valuable Professional on at

    @ikmalfikri ,

    What is the name of the field you are trying to update and what type of field is it. Also what is the field name (and type) that has to match the combo box output?

  • ikmalfikri Profile Picture
    48 on at

    Something like this,

    Select period>submit and submit will update the column as the text above the submit

     

    Untitled.png

  • WarrenBelz Profile Picture
    156,432 Most Valuable Professional on at

    @ikmalfikri ,

    If you are able to answer the questions I asked, I may be able to look at some code. Also my original post will produce exactly what you have in that label.

  • ikmalfikri Profile Picture
    48 on at

    yes...that works but the :

    UpdateIf(ColTest,true,
    {
    Cell4
    )
    )
    );

    is the issue

    I'm sorry i'm still new to this platform..

  • WarrenBelz Profile Picture
    156,432 Most Valuable Professional on at

    @ikmalfikri ,

    Yes - your UpdateIf code is not the correct structure and I honesty cannot work out your intentions from it. What I asked previously was 

    What is the name of the field you are trying to update and what type of field is it. Also what is the field name (and type) that has to match the combo box output?

  • ikmalfikri Profile Picture
    48 on at

    Field Name :
    0 1 2 3 
    The type is Yes/No 

    Basically from the combobox, we select the field to be update eg 0/1/2and if we submit, it will update all selected field to true..

  • WarrenBelz Profile Picture
    156,432 Most Valuable Professional on at

    @ikmalfikri ,

    I think we have a communication incapability  . . .

  • ikmalfikri Profile Picture
    48 on at

    I think so..I'm sorry about that..
    If possible, could you kindly develop a sample and share to me?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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard