Forum Discussion
Microsoft Planner @Mention and Comment Notification in Microsoft Teams - NEW VERSION
First,
Thank you, Thank you, Thank you!!!
This is amazing and saved me so much troubleshooting!
A few questions/problems.
- I still receive the error message for the link directly to the planner on the web. The Reply in Teams Planner works great. Perhaps this is because I don't have admin access for the Tenant?
{ "error": { "code": "NotFound", "message": "TenantId not found", "target": null }}
- In the Trim step I sometimes get an error about negative integers in the old and new version.
trim(substring(body('Html_to_text'),0,lastIndexOf(body('Html_to_text'),'@')))
trim(split(substring(string(body('Get_a_thread_post')['body']), add(indexOf(string(body('Get_a_thread_post')['body']), '@'), 1), indexOf(substring(string(body('Get_a_thread_post')['body']), add(indexOf(string(body('Get_a_thread_post')['body']), '@'), 1)), ' ')), ' ')[0])
- Is it possible to tag multiple people in a comment?
- Is it possible to make the Teams Chat message originate from the person making the comment? Or perhaps the Group? Right now they all come from my account which can be confusing.
I am curious about #4. I Just realized that the mentions work for anyone on the plan but all the messages come from me. can I change this?
- TimWatson-TopconMay 02, 2025Brass Contributor
To change the sender, I worked with my IT team to use a separate IT admin account to own the automation and send the emails. I created the Automation in my account to test, and then transferred ownership. All the connections will need to be changed to the new owner. Now they originate from a generic address and not me. It was fairly easy.