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 / How to populate a Shar...
Power Apps
Unanswered

How to populate a SharePoint list column based on multiple columns Status

(1) ShareShare
ReportReport
Posted on by 146

Hellow,

 

It is much appreciated if someone can help me in sorting this out please.

I have a Canvas App with SharePoint List as backend. There are 5 columns with Choice Based (Incomplete or Complete). Each of these columns is accessible by 5 different departments. When they do their job, each one of them update this columns by selecting "Complete" from the drop down through canvas app. There is another columns where I want to record "Overall Completed" option only when all 5 Status column show "Complete". 

Can I do this through Canvas App OR should I use PowerAutomate? And most importantly How?

 

Kind Regards

 

Categories:
I have the same question (0)
  • LaurensM Profile Picture
    12,516 Moderator on at

    Hi @AppDeveloper,

     

    Are you using a Form to save the data? In this case we may be able to use the Form OnSuccess property that checks the current status of all 5 columns (after the save) and only updates the total status when all columns are set to completed:

    //Form OnSuccess property
    If(
     //Add the other columns in a similar fashion...
     Self.LastSubmit.ChoiceColum1.Value = "Complete" && Self.LastSubmit.ChoiceColumn2.Value = "Complete",
     //If all are set to complete, update the last column
     Patch(
     ListName,
     Self.LastSubmit,
     {ChoiceColumnFinal: {Value: "Complete"}}
     )
    )

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

  • AppDeveloper Profile Picture
    146 on at

    Hi @LaurensM 

     

    Thanks for your reply. I should have mentioned that the SharePoint list is being populated by MS Form independently at first time. Then staff from each department comes in PowerApp and see their Screen only (They see and edit only the column which is their department column) and update their column status. So I am basically using 5 different screens as they need to see different set of data for them. and using 5 different Forms (one for each screen to edit). It looks an ugly way but this is how it is now setup. 

     

    In this Scenario , do you think this solution will work? OR it need a different approach?

     

    Thanks for your time.

     

    Regards

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 316 Most Valuable Professional

#2
11manish Profile Picture

11manish 242

#3
Valantis Profile Picture

Valantis 198

Last 30 days Overall leaderboard