
Hello to everyone!!!
I need help with a Flow that I am trying to build.
I am trying to retrieve from a email, that is moved to a specific folder, it's tags or category. however i can't find it on the body of the emails.
can anyone point me to the right direction please?
Hi @brsalgas ,
Do you want to get email's category? Please try "Send a HTTP request" action.
Here is my test for your reference.
https://graph.microsoft.com/v1.0/me/mailFolders/EmailFolderName/messages/@{items('Apply_to_each')?['id']}/categories
Best regards,
Rimmon