PowerApps and Microsoft Flow for SharePoint Developers Brian T. Jackett Sr. Premier Field Engineer, Microsoft.

Slides:



Advertisements
Similar presentations
T Sponsors Sameer Chabungbam Principal Program Manager, Microsoft Connector API Apps BizTalk Summit 2015 – London ExCeL London | April 13th & 14th.
Advertisements

T Sponsors Paul Larsen Principal Program Manager, Microsoft Integrating cloud with existing IBM Systems BizTalk Summit 2015 – London ExCeL London | April.
Creating a SharePoint App with Microsoft Access Services
Accelerate adoption, provide customer insights to engineering, and deliver knowledge to the IT Pro community.
Empower Enterprise Mobility Jasbir Gill Azure Mobility.
 12:00Overview of What’s New in Project 2013  12:10 Demo  1:00Q&A.
Cross Platform Mobile Backend with Mobile Services James
OM. Brad Gall Senior Consultant
Empowering people-centric IT Unified device management Access and information protection Desktop Virtualization Hybrid Identity.
Welcome to Azure App Services! Amie Seisay
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
Afresco Overview Document management and share
Intro to Datazen.
Welcome to Azure App Services! Amie Seisay
A Lap around Azure API Apps. Customer Challenges What are API Apps? Creating and Consuming an API App using VS Adding authentication API Connectors Swagger.
4/9/2016 SharePoint Saturday Omaha Kerry Dirks MCP, MCSD Manager Consultant, Sogeti SharePoint Solution Architect.
Why EMS? What benefit does EMS provide O365 customers Manage Mobile Productivity Increase IT ProductivitySimplify app delivery and deployment LOB Apps.
Power BI is Awesome! Steve Wake DW/BI Engineer, National CineMedia (NCM) Chapter Leader, Mile Hi Power BI User Group.
Azure Active Directory Uday Hegde 2016 Redmond Summit | Identity Without Boundaries May 26, 2016 Group Program Manager, Azure AD
Early Intro to Logic Apps & Power Apps Kyle Wilson Microsoft - PTS.
m/ Generally Available:  Webhooks on Outlook entities  Access to consumer services OneDrive and Outlook.com  OneDrive.
Jennifer Pearcey eWorld Enterprise (for live demo)
Top New Features in Dynamics CRM 2013 Corey Hanson Grant Geiszler.
Protect your data Enable your users Desktop Virtualization Information protection Mobile device & application management Identity and Access Management.
Solving Modern Day Business Problems Using Power Apps
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
Microsoft PowerApps & Flow
Connecting Power BI to On-Premise Dynamics CRM/GP Data
Building Azure Logic Apps
WPC057 - Introduzione a PowerApps e Microsoft Flow
Contract Lifecycle Management In the Disruptive Age
Becky Bertram January 21, 2017 SharePoint Saturday St. Louis
PowerApps & Flow Licensing Overview for Partners
Dynamics 365; What’s new and what’s not
5/25/2018 8:27 AM BRK3348 Create custom forms and digital experiences in SharePoint using Microsoft PowerApps Cathy Dew Senior Product Marketing Manager.
Using a Gateway to Leverage On-Premises Data in Power BI
Build Power-full Solutions in Office 365 …without Code!
Using a Gateway to Leverage On-Premises data in Power BI
Presented by Learn iT! Tom Vorves
6/17/ :27 AM BRK3341 Unlock extensibility by connecting your service to PowerApps and Microsoft Flow Theresa (Tessa) Palmer–Sr. Program Manager Sunay.
Build Power-full Solutions in Office 365 …without Code!
Transition Your SharePoint Designer Workflows to Microsoft Flow
Managing onedrive for business
Extensible Platform Microsoft Dynamics 365
PowerApps and Microsoft Flow for Business Users
A Modern Intranet Integration that Extends the Value of Your Microsoft Office 365 Deployment, Boosts Productivity, and Enhances Collaboration OFFICE 365.
Create and publish reports with Power BI for desktop
PowerApps for SharePoint Users
Using a Gateway to Leverage On-Premises Data in Power BI
SharePoint Saturday Detroit
Introduction to Office365 Forms and Flow
Special thanks to our sponsors!
Microsoft Flow and PowerApps End-to-End
The New Breed: OMS, Flow, and Power BI Integration
Build Bot using PowerApps
Get Office 2016 with Office 365 and get down to business
Power Apps & Flow for Microsoft Dynamics SL
Introduction to Office365 Forms and Flow
Make Your Life Easier with Microsoft Flow
Make Your Life Easier with Microsoft Flow
Managing Content: You Need To Think About More Than Office 365
Technical Capabilities
Collaboration in Microsoft Teams
Microsoft Flow Approvals 101
Microsoft Flow for Non-Developers
PowerApps and Flow.
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Power BI Streaming Datasets with MS Flow
PowerApps.
FLOW 101 Power BI User Group.
Presentation transcript:

PowerApps and Microsoft Flow for SharePoint Developers Brian T. Jackett Sr. Premier Field Engineer, Microsoft

Thank you to our sponsors!

Join us for SharePint! When: Tonight, 4:00pm-6:00pm Where: 3rd Street Bar rd Ave, Detroit, First 50 drinks on us! (Based on participation)

Sr. Premier Field Engineer at Microsoft SharePoint Dev / Admin, PowerShell Stir Trek Conference Board Member Blog:

PowerApps Data Connectors Custom API / Gateway Common Data Model Microsoft Flow Tips and Tricks

PowerApps Does not replace InfoPath (Forms Services) Integration with SharePoint (Online) Microsoft Flow Does not replace Workflow Manager today Similar to If This Then That (IFTTT.com) Also integrates with SharePoint (Online)

Connect across your data from the cloud to on-premises SaaS apps enterprise services business systems

SaaS apps enterprise services business systems Connect across your data from the cloud to on-premises Create business apps with easy visual tools and powerful cloud services

mobile tablet desktop SaaS apps enterprise services business systems Connect across your data from the cloud to on-premises Create business apps with easy visual tools and powerful cloud services Share securely with your team across devices

Deployment Targets Mobile (iOS, Android*, Windows Phone*, Web**) Tablet / laptop

PowerApps Data Connectors Custom API / Gateway Common Data Model Microsoft Flow Tips and Tricks

45+ pre-defined data sources (in preview)

Simple CRUD operations Create Read Update Delete …similar to Business Connectivity services

PowerApps + SharePointGatewayMicrosoft FlowIFTTT Integration

Added to new SharePoint List experiences Essentially a “view” on the list

PowerApps Data Connectors Custom API / Gateway Common Data Model Microsoft Flow Tips and Tricks

Define your own API Swagger-based Connect to data sources not already defined LOB app Internal Web API Etc. Swashbuckle (NuGet) Convert existing API Controller to Swagger document Tip: Uncomment “EnableSwaggerUI” in SwaggerConfig.cs

Connect to on-prem data Same technology used by Power BI, PowerApps, and MS Flow

Supports… SharePoint 2016 SQL Server 2016 Machine should always be accessible Can’t install on a domain controller

SharePoint + PowerAppsGatewayMicrosoft FlowIFTTT Integration

PowerApps Data Connectors Custom API / Gateway Common Data Model Microsoft Flow Tips and Tricks

Organizational database in the cloud Entities define domain language People = Employee, Team, Contractor… Sales = Customer, Contact, Sales Order… Able to define custom entities Create relationships between entities IdTitleCustomerIdOrderId CustomerNameLocaleCustomerIdOrderIdOrderDatePrice

PowerApps Data Connectors Custom API / Gateway Common Data Model Microsoft Flow Tips and Tricks

Previously called Logic Flows Rich workflows connected to services Conditional logic Templates -or- from scratch Simplified version of Azure Logic Apps

SharePoint Integration Connect to a SharePoint List

Trigger examples Recurrence PowerApps control selected File / / contact created Action examples Create file / event / contact Send / tweet

PowerApps + SharePointGatewayMicrosoft FlowIFTTT Integration

Examples Create file on reoccurring schedule

Azure Active Directory based Name or View or Edit permissions No personal accounts… today Separate data connections Target user leverages their own data connection Prompted for choice when launching app

PowerApps + SharePointGatewayMicrosoft FlowIFTTT Integration

Example Capture picture with phone camera Post to Instagram Send to OneDrive (IFTTT) Pick up image in Microsoft Flow Store record in SQL Azure (Flow) Notification via (Flow) Display SQL table on Azure website API Controller on SQL to Swagger to Custom API Custom API used in PowerApps

PowerApps Data Connectors Custom API / Gateway Common Data Model Microsoft Flow Tips and Tricks

Don’t use spaces in column names (blah_x0020_blah) Duplicated connections from logic flows Account connected to source In Preview = not everything works 100% today

Keep passwords in connections updated