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!
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
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2