Skip to main content

Notifications

Community site session details

Community site session details

Session Id : gMDY39rbbG7z7Z2NTZW52z
Power Apps - Building Power Apps
Answered

Help with building a checklist with Power Apps and SP lists

Like (0) ShareShare
ReportReport
Posted on 10 Feb 2025 17:04:29 by 24
Hello, 
 
I am trying to create an engagement checklist from a SharePoint list (List1).  Below are the columns in my SharePoint list and in the header is a tab list of the different engagement phases. Each phase has a list of associated tasks. Engagement phases and tasks are stored in a separate SP list (List2).
 
My problem is that I need the task column to auto populate when a user selects the engagement phase, then the user will need to edit all of the other fields and submit everything to List 1. 
 
Any pointers would be really appreciated!
 
Categories:
  • Verified answer
    Ytalo Silva Profile Picture
    114 on 10 Feb 2025 at 23:26:50
    Help with building a checklist with Power Apps and SP lists
    @ET-04121333-0 

    Hello, if the header consists of buttons, you can add a variable in the OnSelect property to select the project phase.

    For example, when selecting the Engagement Kickoff phase:

    UpdateContext({varTempPhases: button_Engagement.Selected.Text})
    With this variable, in the Task column (if it's a ComboBox), use the following in the DefaultSelectedItems property:
    {Value: varTempPhases}
    If it's just a Dropdown, use the following in the Default property:
    varTempPhases
     

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 413 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 193

#3
stampcoin Profile Picture

stampcoin 149

Overall leaderboard
Loading started
Loading complete