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 / Send Outlook Find Meet...
Power Automate
Answered

Send Outlook Find Meeting Times result back to Power Apps

(0) ShareShare
ReportReport
Posted on by 894

Anyone know the steps to Send the output of Find Meeting Times back to a gallery or collection to power apps? Here is a sample of the output 

 

[
  {
    "confidence": 100,
    "organizerAvailability": "free",
    "attendeeAvailability": [
      {
        "availability": "free",
        "attendee": {
          "emailAddress": {
            "address": "itxxxn@xxxxx.org"
          }
        }
      }
    ],
    "locations": [],
    "meetingTimeSlot": {
      "start": {
        "dateTime": "2024-06-10T15:00:00.0000000",
        "timeZone": "UTC"
      },
      "end": {
        "dateTime": "2024-06-10T15:30:00.0000000",
        "timeZone": "UTC"
      }
    }
  }]
Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @ctedesco3307 ,

     

    Please try this

    vxiaochenmsft_0-1717638896759.png

    vxiaochenmsft_1-1717638906338.png

    {
     "type": "array",
     "items": {
     "type": "object",
     "properties": {
     "confidence": {
     "type": "integer"
     },
     "organizerAvailability": {
     "type": "string"
     },
     "attendeeAvailability": {
     "type": "array",
     "items": {
     "type": "object",
     "properties": {
     "availability": {
     "type": "string"
     },
     "attendee": {
     "type": "object",
     "properties": {
     "emailAddress": {
     "type": "object",
     "properties": {
     "address": {
     "type": "string"
     }
     }
     }
     }
     }
     },
     "required": [
     "availability",
     "attendee"
     ]
     }
     },
     "locations": {
     "type": "array"
     },
     "meetingTimeSlot": {
     "type": "object",
     "properties": {
     "start": {
     "type": "object",
     "properties": {
     "dateTime": {
     "type": "string"
     },
     "timeZone": {
     "type": "string"
     }
     }
     },
     "end": {
     "type": "object",
     "properties": {
     "dateTime": {
     "type": "string"
     },
     "timeZone": {
     "type": "string"
     }
     }
     }
     }
     }
     },
     "required": [
     "confidence",
     "organizerAvailability",
     "attendeeAvailability",
     "meetingTimeSlot"
     ]
     }
    }

    vxiaochenmsft_2-1717638945322.png

     

    Best Regards,

    Wearsky

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 464

#2
Haque Profile Picture

Haque 416

#3
David_MA Profile Picture

David_MA 323 Super User 2026 Season 1

Last 30 days Overall leaderboard