Fetch Outlook email details PowerApps using Office 365 Outlook Connector

In this Power Apps tutorial, we will discuss how to fetch Outlook email details using Office 365 outlook connector in Power Apps. We will see how to Fetch Outlook email details Power Apps using Office 365 Outlook connector.

Microsoft provides Office 365 Outlook connector to connect Office 365 outlook email from Microsoft PowerApps.

Fetch Outlook email details Power Apps using Office 365 Outlook Connectors

First, we will create a canvas app from the PowerApps.com site.

If you are new to PowerApps Canvas App, check out the below URLs:

Here create an app and you may choose Phone layout or Tablet layout.

Office 365 Outlook Connector

Then add one controls in your screen: DataTable1 from Power Apps input controls.

The PowerApps screen looks like below:

Office 365 Outlook Connector power apps

Next, go to the Power Apps and go to the data source and create a new connector called Office 365 Outlook.

Fetch Outlook email details

Next, click on the DataTable and go to the Item property and set the property as below.

Office365Outlook.getEmails()
Office365Outlook.getEmails()
Office365Outlook.getEmails()

Once property got set, your email will automatically populate over here but before that you have to configure the columns which you want to show in the Data table.

Fetch Outlook email details powerapps

Here I have set From, To Subject and DateTime in my Data Table but you can configure it as per your requirement.

Fetch Outlook email details power apps

If you want to add new columns or update the existing columns then go to the Edit Fields and modify the column name.

power apps Fetch Outlook email details

In this step you can see, currently below four fields are showing in my DataTable so you can click on Add fields, if you want to add more columns.

Fetch Outlook email details using Office 365 Outlook Connector in Power Apps

Here you can see, all columns are there so you can check and unchecked as per your requirement.

Fetch Outlook email details using Office 365 Outlook Connector in Power Apps

This is all about to get Outlooks email by using Power apps connectors.

You may like following Power Apps tutorials:

In this tutorial, we will discuss how to fetch Outlook email details using Office 365 Outlook Connector in Power Apps.

>