79344733

Date: 2025-01-10 05:57:25
Score: 2
Natty:
Report link

I usually use a flow like this when triggering things with Teams and Power Automate:

  1. Trigger: "When keywords are mentioned" - This is needed to get "Message ID"

  2. Action: "Get message details" - Here you use the "Message ID"

  3. Action: "Compose" or "Initialize Variable" according your needs

  4. To get the message content use this expression in your compose or variable: "outputs('Get_message_details')?['body/body/plainTextContent']"

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: NiKiuS