Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Check if checklist item is checked in a task.

(0) ShareShare
ReportReport
Posted on by 5

Hello

I am trying to create a flow where Power Automate check all Planner task in a bucket to see if a checklist item was already checked for that task. If the checklist item was ckecked, close the task.If it wasn't checked,skip.

 

I am not sure how to start.

  • v-yetonggu-msft Profile Picture
    on at
    Re: Check if checklist item is checked in a task.

    Hi @Miimii ,

    My bucket has two: one is ‘guyetong’ and the other is ‘sunshinegu’.

    vyetonggumsft_10-1710489030814.png

    I have two flows, one is used to get the Flow of BucketId.

    You can get the bucket ID you want by adding the 'list bucket' control.

    vyetonggumsft_8-1710488610228.png

    Another is used to delete the checked task in the 'guyetong' bucket.

    I want to get the ID of 'guyetong' bucket and copy the ID to another Flow.

    vyetonggumsft_7-1710488520096.png

    length(body('Filter_array'))

    The checked tasks in the 'guyetong' bucket has been deleted.

    vyetonggumsft_9-1710488907306.png

    Best Regards,

    Sunshine Gu

  • Miimii Profile Picture
    5 on at
    Re: Check if checklist item is checked in a task.

    Hi @v-yetonggu-msft ,

    Thank you for your reply!

    I want to check all the tasks in a bucket, not in all buckets in the Planner

    When the item of the task has been checked, close the task. If it has not been checked, skip the task.

    I will try to make the flow base on yours!

    If you don't mind can you give me some advices.

    Thank and Regard

  • v-yetonggu-msft Profile Picture
    on at
    Re: Check if checklist item is checked in a task.

    Hi @Miimii ,

    Do you want to check all tasks in all buckets in the Planner?

    When the item of the task has been checked, delete the task. If it has not been checked, skip the task?

    If so,I did a test for your reference.

    In my scenario:

    1.My plan flow runs once a day.

    2. All tasks in the Planner are listed.

    3.In Apply to each, I get the details of all tasks.

    4.I use Filter array to filter out the records whose 'Checklist is Checked' is equal to true.

    5.When body('Filter_array') is greater than 0, go to the yes branch and delete the task.

    6.If body('Filter_array') is less than or equal to 0, go to the no branch and perform no operation.

    vyetonggumsft_1-1710225774013.png

     

    length(body('Filter_array'))

     

    Best Regards,

    Sunshine Gu

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

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

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1