Skip to main content
Community site session details

Community site session details

Session Id : EFyv1sYDcs8BwUSv3xh39R
Power Automate - Building Flows
Unanswered

Unable to use outputs for other actions and embedded links

Like (0) ShareShare
ReportReport
Posted on 1 Mar 2024 23:02:24 by

I was editing the "Create a Planner task when a channel post starts with TODO" flow I realized once I saved it the link within the reply post didn't work. I then found out it removed @{outputs('Create_a_task')?['body/id']} from the following link https://tasks.office.com/Home/Task/@{outputs('Create_a_task')?['body/id']}.

 

I am unsure why this is happening. I tried starting from scratch just inserting @{outputs('Create_a_task')?['body/id']} into the message field and that also removed itself. Let me know if anyone knows a solution to this.

 

Thank you!

  • Tristan_D Profile Picture
    388 on 01 Mar 2024 at 23:28:14
    Re: Unable to use outputs for other actions and embedded links

    Hi @MasOverturf !

    I think you tried to copy paste the output ? that adds always this "@{}", try removing it  or even better, you can try to concatenate your link by storing your ID in a variable. 
    It would look like that : 

     

    'https://tasks.office.com/Home/Task/' & variables('varID')

     

     

    Let me know if that works for you 😉.

    T

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 our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete