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

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Flow to Read Outlook E...
Power Automate
Unanswered

Flow to Read Outlook Event

(0) ShareShare
ReportReport
Posted on by

I have a flow that when a meeting titled "Update Reminder" is present an email reminder is triggered. How do I make sure that this meeting is the only one that Power Automate reads and not other meetings that could possibly have the words "update" or "reminder" in them? 

 

Please see below screenshot.

 

AB68_0-1635426778249.png

 

Categories:
I have the same question (0)
  • MarvinBangert Profile Picture
    1,924 Most Valuable Professional on at
    Re: Flow to Read Outlook Event

    Hey @Anonymous 

    if your meeting is always titled the same and there is no other meeting, that is exactly titled the same, you can use the "Filter Query" in your action. Your Filter Query would look like this:

     

    subject eq 'Update Reminder'

     

    The Filter looks only for events that have this name. The result on my side:

    Without filter any filter:

     

    [
     {
     "subject": "Test 2",
     "start": "2021-11-10T07:00:00.0000000",
     "end": "2021-11-10T07:30:00.0000000",
     "startWithTimeZone": "2021-11-10T07:00:00+00:00",
     "endWithTimeZone": "2021-11-10T07:30:00+00:00",
     [...]
     },
     {
     "subject": "Test 2 Other",
     "start": "2021-11-11T07:00:00.0000000",
     "end": "2021-11-11T07:30:00.0000000",
     "startWithTimeZone": "2021-11-11T07:00:00+00:00",
     "endWithTimeZone": "2021-11-11T07:30:00+00:00",
     [...]
     }
    ]

     

     

    With filter "subject eq 'Test 2'":

     

    [
     {
     "subject": "Test 2",
     "start": "2021-11-10T07:00:00.0000000",
     "end": "2021-11-10T07:30:00.0000000",
     "startWithTimeZone": "2021-11-10T07:00:00+00:00",
     "endWithTimeZone": "2021-11-10T07:30:00+00:00",
     [...]
     }
    ]

     

    (I shortened the output to have a better overview) 

     

     

    Best regards
    Marvin

    If you like this post, give a Thumbs up. If it solved your request, Mark it as a Solution to enable other users to find it.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 497 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 477 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 242

Last 30 days Overall leaderboard