#SPScambridge Sandy ussia

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

Microsoft PowerPoint 2013 An Overview.
 Share assignments and files  Student and parent home access  Announcements  Classroom information.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2006 Microsoft Corporation.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
Advanced Forms Lesson 10.
In addition to Word, Excel, PowerPoint, and Access, Microsoft Office® 2013 includes additional applications, including Outlook, OneNote, and Office Web.
Review of last session Add text to your website Add text to your website Title Title Paragraph Paragraph Title and paragraph Title and paragraph Add photographs.
MS Power point Tutorial
Introduction to EBSCOhost Tutorial support.ebsco.com.
Creating Google Sites Laura Assem, Director of Technology.
Getting Started with Word & Saving Guided Lesson.
Reduce, Reuse, Recycle. Housekeeping… Download EventBoard Mobile and remember to fill out session evaluations… Phasers set to stun, mobile devices set.
Transportation Agenda 187. Transportation About Web Parts Web parts are reusable “containers” that reside on web pages and interact with lists, libraries.
Chapter 10 Creating a Template for an Online Form Microsoft Word 2013.
Teacher Webpage Training
General System Navigation
Make Your Life Easier with Microsoft Flow
June 17, 2009 Office 2007 Tips & Tricks.
Windows 7 and file management
Microsoft Word Objectives: Word processing using Microsoft Word
Microsoft Office 2010 Basics and the Internet
Microsoft Office 2010 Basics and the Internet
Introduction to Microsoft Publisher 2016
Chapter 2: The Visual Studio .NET Development Environment
Project Management: Messages
Microsoft Office Access 2010 Lab 2
CaRT eCapacity Initiative Ghana Productivity Apps
Objectives At the end of this session, students will be able to:
LMEvents SharePoint Portal How-to Guide
Microsoft Official Academic Course, Microsoft Access 2013
Planning and Building a Presentation
SMART Imagebase Basic Search Tutorial
Word and the Writing Process
Power to the People Sandy Ussia #SPSDBN 29 October 2016 Durban, SA
Microsoft Office 2013 Coming to a PC near you!.
Comprehend. Create. Communicate. Achieve More.
Office 2010 and Windows 7: Essential Concepts and Skills
Word for Mac 2011 One of the most important skills a working professional possesses is the ability to express ideas, opinions, and research findings in.
KELLER WILLIAMS REALTY
Login Page.
Tutorial Introduction to support.ebsco.com.
Adding Students in EbD-BUZZ
Make Your Life Easier with Microsoft Flow
Microsoft Flow Work less, do more.
Power to the People Sandy Ussia January 14, 2017 San Juan, PR
Power to the People Sandy Ussia #SPSDBN 29 October 2016 Durban, SA
Finding Magazine and Journal Articles in
Make Your Life Easier with Microsoft Flow
Managing Content: You Need To Think About More Than Office 365
Lesson 6: Working with Layout and Graphics
PowerApps Jumpstart Sandy Ussia #SPSSTHLM, Sept 1, 2018
Lesson 6: Working with Layout and Graphics
Microsoft Flow Work less, do more.
Lesson 6: Working with Layout and Graphics
How to Create a you tube Channel Using your Gmail Account
Technical Capabilities
Type your event details here
Chapter 18 Finalizing a Database.
Objectives At the end of this session, students will be able to:
Creating Online Presentations
Lesson 1 – PowerPoint Essentials
Power to the People Sandy Ussia #SPSDBN 29 October 2016 Durban, SA
Unit J: Creating a Database
PowerApps Jumpstart Sandy Ussia #SPSSTHLM, Sept 1, 2018
Tutorial Introduction to help.ebsco.com.
SQLOpsStudio Vs SSMS - There can be only one
PowerApps Forms – Learn to Build Additional Features
Presentation transcript:

#SPScambridge Sandy ussia Powerapps jumpstart #SPScambridge Sandy ussia

Thank you to our sponsors!

Sponsor Raffle!!! Each sponsor stamp will opt you into sponsor raffle prize and mailings Collect 7 or more sponsor stamps on your Badge to be eligible for the Xbox One X Hand entire Badge/ ribbon back into registration desk at end of day to enter the prize draw Badges drawn at 5.15pm in Trinobantes (if you are drawn and do not have the pre-requisite stamp/s….. You’ll lose!)

Social Tweet on #spscambridge OR #sqlsatcambridge We have Giant Jenga, Giant Connect 4, Giant Kerplunk and Sack races! Post event, join us for a SharePint/ SQLPint from our bar Don’t forget to thank Sponsors, Volunteers and Speakers! The event doors will close at 6.30pm

SharePoint since 2007 Lightning Tools Global Partner Manager Digital Nomad SandyU.com @SandyU SandyUssia sandy@sandyu.com

Why powerapps? Objective of this session Work where you work Designed for mobile devices (but also browser) Over 200 Connectors available No/Low code Successor to InfoPath for SharePoint forms Have you tried PowerApps yet? Objective of this session Show you around PowerApps, give you some ideas of how you can go further

getting started https://powerapps.Microsoft.com Create from data (e.g. SharePoint list) – automatic 3-screen app Create from one of the templates, and learn from it Customize forms in a SharePoint list NEW! Model-driven apps … or start from blank

Create from data (demo) Automatically gives you a 3-screen “working” app, but you’ll likely want to make a few initial changes. Edit the gallery layout - default is (now) “Title, Subtitle, and body”, but perhaps the fields need to be rearranged Edit the fields being displayed (on each screen) NOTE: An app created based on a SharePoint list will show up as an available View for that list, to users with whom the app has been shared.

customize sharepoint forms (demo) Automatically gives you a single Form screen with New/Edit/View modes Change the screen size and orientation under App Settings (Landscape/Large makes a nice SharePoint list pane). Best to change this first before laying out fields. Use the Data pane to select which fields to display. Use Snap to columns and Horizontal/Vertical Layout to make easy layout changes. Each field is displayed on a “card”, which can be unlocked to make changes. Use the Visible property to conditionally display a field (example: Parent.DisplayMode=“view”). Set DisplayMode to DisplayMode.View to make a field non-editable (view-only). The SharePointIntegration object is what ties it to your SharePoint list. Use List Settings > Form Settings to switch back to the standard SharePoint form. Customized forms are not currently available to external (guest) users. NOTE: These “apps” are not available in the list of Apps – they only work within the context of the SharePoint list, in the browser or in the SharePoint mobile app. However, admins can see a list of PowerApps-customized forms in the Admin Center. SharePoint form customization reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/customize-list-form

canvas tour (demo/app)

controls (demo/app) A control is any object you add to the canvas Values are generally pulled, not pushed. So enter a formula in the control you wish to affect. Exception: “On” properties (OnSelect, OnStart, etc) Properties of one control can be referenced in another control. Example: txtNameInput.Text Also, a control can reference its own properties. It’s a good practice to rename controls meaningfully right after creating them. (Renaming later also works.) Example: btnSubmit Controls documentation: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/reference-properties

data (demo/App) Data source: connection to data. Not only lists of data, but also includes things like O365 Users or Bing maps. Access connections via the View menu, or from within a control such as a Gallery. Gallery and Data Table controls display data sets Collection: temporary storage of data in an array (table)

variables Set (global scope): Set(YourVariableName, SomeValue) UpdateContext (screen scope): UpdateContext({YourVariableName: SomeValue}) Variable reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-variables

important basic concepts Remember that a “button” can also be a Label or an Image. Buttons and Icons give you a hover pointer. You can access all properties of a control either in the right pane, or in the properties dropdown. Select multiple controls to quickly set common properties. Ctrl-C/Ctrl-V to copy/paste controls. Group controls to display/hide them together using the Visible property. Formulas are in the controls which they affect, not where you might enter data. For example, the Search box in a pre-built app is referred to in the Gallery where you want the results displayed, so the formula (what to search) goes in the Items property of the Gallery. Values are pulled, not pushed. Intellisense, colors, and tooltips are your friends when writing formulas. Complex fields (such as O365 users or SharePoint lookup columns) usually require a modifier in a formula (e.g. Brewery.Value or Office365Users.UserProfile(aUserEmail).JobTitle)

references Documentation for canvas apps List of Connectors PowerApps Community forums New PowerApps User Group! Microsoft Guided Learning (series of brief videos) Audrie Gordon’s YouTube channel Community resources: Shane Young, Dan Christian, Paul Culmsee, Laura Rogers, me…

demo app Download the PowerApps Jumpstart msapp file from the SPSEvents site (http://www.spsevents.org/city/Cambridge/Cambridge2018/sessions) Go to powerapps.Microsoft.com and sign in Go to Apps, and choose + Create an app On the next screen click Open, and then Browse to the msapp file where you saved it.

thank you! Your questions and feedback are appreciated!