web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Flow that generates em...
Power Automate
Unanswered

Flow that generates email reminder for MS Teams meeting

(0) ShareShare
ReportReport
Posted on by 2

My team needs to send a reminder via email to all attendees of a meeting with a particular name 10 minutes before the meeting begins. 

 

My flow so far: I am using the When an upcoming event is starting soon (V3) action and a Condition that checks the meeting name. If true, it triggers the Send an email (V2) action.

 

Problem: I can't figure out how to neatly add the Microsoft Teams link and dial-in information from the meeting notice into the email. Please help! 

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,876 Most Valuable Professional on at

    Hi @Angie_592,

     

    Those details should be in the body field of the body.

     

    Try something like the below

     

    triggerOutputs()?['body/body']

     

    bodybodycontentexample.png

  • Angie_592 Profile Picture
    2 on at

    Thank you for this and the screenshots! Unfortunately, the email that gets generated from this looks like a mess. Is there any way to extract just the link and dial-in information from the meeting notice and use that to compose a clean email?

  • Expiscornovus Profile Picture
    33,876 Most Valuable Professional on at

    Hi @Angie_592,

     

    Yes, that should be possible by using a couple of string functions like concat, slice and split to extract that data.


    Below is an adjusted example

     

    For the meeting join link you can try and use the below expression:

    concat('https://teams.microsoft.com/l/meetup-join',slice(split(split(outputs('Html_to_text')?['body'], '[https://teams.microsoft.com/l/meetup-join')[1], decodeUriComponent('%0A'))[0],0,-1))

     

    Meeting ID

    split(split(outputs('Html_to_text')?['body'], 'Meeting ID: ')[1], decodeUriComponent('%0A'))[0]

     

    Passcode

    split(split(outputs('Html_to_text')?['body'], 'Passcode: ')[1], decodeUriComponent('%0A'))[0]

     

    meetingdetails_expressions.png

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 427

#2
Vish WR Profile Picture

Vish WR 316

#3
David_MA Profile Picture

David_MA 260 Super User 2026 Season 1

Last 30 days Overall leaderboard