Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Update big table

(0) ShareShare
ReportReport
Posted on by

Hi!

 

I'm building an app where users fill out forms, send them for review, and then to archives as they're accepted.

In the review, the users want to be able to edit the form that was sent in. I'm aware of the Patch() function, however, I feel like there could be more effective ways of updating the entire set of values that's sent in. 

 

The tables used for each form contain a column for each task, as well as a column for comments on each task. As you can imagine, these checklists can include up to 60 columns for each table. Patching one or two values is no issue, but patching all of them is extremely tedious.

 

Is there any way to update the entire record and all its columns without having to patch each and every column with the new values?

Categories:
  • RJM07 Profile Picture
    801 on at
    Re: Update big table

    As far as I'm aware, there is no other way

  • RJM07 Profile Picture
    801 on at
    Re: Update big table

    As far as I'm aware, there is no other way

  • Hagru Profile Picture
    on at
    Re: Update big table

    I have set it up that way. The submitted forms goes to another page where I have a gallery displaying the submitted forms. From there I can open each form in an edit view. I want to be able to edit each and every column in that form, and save it to the already created form. I can do it with a Patch(), but I don't really want to patch 50 different values individually like this:

     

    Patch(Source, ThisItem, {

         Value1 : NewValue1,

         Value2 : NewValue2,

         Value3 : NewValue3,

         Value4 : NewValue4

         ...

         ValueX : NewValueX

    });

  • RJM07 Profile Picture
    801 on at
    Re: Update big table

    You can still do that with forms, I believe it requires some form of integrated LookUp() though

  • Hagru Profile Picture
    on at
    Re: Update big table

    Submitting the form is taken care of. I want to edit the forms that have been submitted.

    I don't necessarily want to create a new form.

  • RJM07 Profile Picture
    801 on at
    Re: Update big table

    You could use a form and the SubmitForm() Function?

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,670 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,011 Most Valuable Professional

Leaderboard