Power Automate: How to get the message ID to forward an email using 'Forward an email(V2)'?

1.7k Views Asked by At

I have been trying to automate the process of forwarding an email(with teams meeting link) using Power automate.

I have attached how my flow looks currently.

  1. User submits the form with an email address
  2. The flow retrieves the email address
  3. Gets the events from the calendar
  4. Filters to get a specific series
  5. Forwards the email

I am struggling with steps 4 and 5 to get the specific message ID for the teams meeting. I would really appreciate it if someone could let me know of a way.

The overall flow

The expanded 4th and 5th steps: (https://i.stack.imgur.com/DzQ6k.png)

I tried to just copy the meeting id you will get from the Microsoft teams calendar but it didn't work. enter image description here

This is how my forward section looks like:

1

There are 1 best solutions below

1
On

The Second Filter Array under Apply to each 3 appears from this view to be filtering to the point there are no matches. Because that appears to be the email ID and not the meeting ID. Have you considered using a Condition instead? Then you can add the Meeting ID into the body of the email in your last step.