Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Issue Posting Message with Bucket Name

(0) ShareShare
ReportReport
Posted on by

Hello,

I'm trying to set up a flow where our team can be notified when we need to address a specific participant. I've got it set up to send me a message when there is something due, but I would love to be able to include bucket names in this so we can see what we need to do. My current flow setup is included below as well as the output that's occurring. Right now power automate is sending me notifications for all of the bucket names, not just the bucket where the tasks are located. Is there any way it can just output the bucket name where the task is located? Thanks!

Screenshot (74).png

Screenshot (72).png

  • Community Power Platform Member Profile Picture
    on at
    Re: Issue Posting Message with Bucket Name

    @DamoBird365 One more question for you if you don't mind! I'm now getting this error message and I'm not sure how to fix it. Automate won't let me place 'value' in the from box without reverting to the configuration shown. I'm not sure if this is the issue or something else. This is my first complicated power automate so I appreciate your patienceScreenshot (76).pngScreenshot (77).png.

  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at
    Re: Issue Posting Message with Bucket Name

    @Anonymous 


    The expressions call the output and select by name. My screenshot they have been renamed, yours they have not. So your expressions need updated to compose and select or you rename the compose and select actions to match my screenshots. 👍

  • Community Power Platform Member Profile Picture
    on at
    Re: Issue Posting Message with Bucket Name

    @DamoBird365 Thanks for teaching me how to do that! I'm now getting these error messages. How can I go about fixing these?Screenshot (75).png

  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at
    Re: Issue Posting Message with Bucket Name

    Hi @Anonymous 

     

    It’s a select action.  Just enable text mode by clicking the T icon next to the mapping.

     

    Damien

  • Community Power Platform Member Profile Picture
    on at
    Re: Issue Posting Message with Bucket Name

    @DamoBird365 Thank you for your response! I'm going to try to create an array for buckets and tasks. I have two follow up questions for you in regards to this set up. First when I try to build the first filter array there is not an available place for MAP. How can I get to this value? The same question will apply for the second filter array as well. How can I create the table you have under Map? Thanks! 

  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at
    Re: Issue Posting Message with Bucket Name

    Hi @Anonymous 

     

    Are you looking for an array of tasks and buckets?

    DamoBird365_0-1643655404940.png

    Buckets are stored as ID's.  You will need to combine the bucket ID from the task and match it up with the bucket name.

     

    DamoBird365_1-1643655520490.png

     

    Select:

    FROM: outputs('List_buckets')?['body/value']

    MAP: concat('"', Item()?['Name'] , '":"', item()?['id'], '"')

     

    Compose:

    json(concat('{', join(body('SelectBuckets'), ','), '}'))

     

    You can then create an array of task names and bucket names by called the bucket Name using the ID in the expression as follows:

    Bucket: outputs('ComposeBucketsArray')?[item()?['BucketId']]

     

    DamoBird365_2-1643655562267.png

     

    I also did a video on importing Planner Tasks at the weekend and it includes creating buckets automatically.  This might be of interest too https://youtu.be/n3foHWH1XpU

     

    Please consider accepting my answer as a solution if it helps to solve your problem.

    Cheers
    Damien

    Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. 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

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