Hello everybody, I'm trying to build a manual flow to change my status message in MS Teams.
I based the flow on this 2 posts:
https://myteamsday.com/2021/09/22/setpresence/
https://www.damobird365.com/teams-status-update-via-power-automate/
However, my flow stucks during execution and never ends.
This is my flow:
and this is an example of execution:
(I waited until 5 minutes, then I stopped it).
Could anyone explain to me what is wrong or why flow stucks, please?
Thank you all!
Hi @Gilgamesh,
In both examples they are not using a Bearer token but just using the connection of the Send an HTTP request action. The action itself should work without the Bearer token.
Can you remove the Authorization header with the Bearer token from your request header and see if it works?
Thank you for your reply, @Expiscornovus , but I've added Bearer in HTTP request, after trying without.
If I not add bearer, I get this error:
{"message":"The request is invalid.","modelState":{"$type":"System.Web.Http.HttpError, System.Web.Http","incomingNote.expiry":{"$type":"System.String[], System.Private.CoreLib","$values":["An error has occurred."]}}}
clientRequestId: 34a161...
Hi @Gilgamesh,
Just to double check. You tried something like below?
And where is your tenant located? Like Damien mentioned in his blogpost the presence endpoint might have a different address when it is in the US.
My tenant is located in west europe: probably somewhere exists a list for MS services based on cloud regions, like
westeurope.presence.teams ecc.
It would be nice to find out the correct address for that region...
Hi @Gilgamesh,
A couple of questions:
1. Can you share a screenshot of the configuration of the Send an HTTP request to SharePoint action from your latest test?
2. Can you test it without the expiry property. Please try something like below in the body of the PUT request for the publishnote method
{
"message": "Only update the message"
}
Btw, I have just tested it myself in one my tenants which is located in EMEA region. I wasn't able to reproduce it, I can use the same site address for presence without any issues.
Effectively, using only message field in body request was succesfully: message expiration is automatically set to 01/01/10000
For me it's satisfying for now: thank you so much @Expiscornovus !
Does this code for "https://presence.teams.microsoft.com" still work for everyone? I keep getting a failure when I run the flow.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
7 | |
4 | |
4 | |
3 | |
2 |