Related Articles
Newsletter
Join our blog
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Start with the FREE community plan and get your lifetime access to 20+ courses. Get Instant Access Now!
Need help? Talk to an expert: (904) 638-5743
Private Training
Customized training to master new skills and grow your business.
On-Demand Learning
Beginner to advanced classes taught by Microsoft MVPs and Authors.
Bootcamps
In-depth boot camps take you from a novice to mastery in less than a week.
Season Learning Pass
Get access to our very best training offerings for successful up-skilling.
Stream Pro Plus
Combine On-Demand Learning platform with face-to-face Virtual Mentoring.
Certification Training
Prepare and ace your next certification with CertXP.
Private Training
Cheat Sheets
Quick references for when you need a little guidance.
Nerd Guides
Summaries developed in conjunction with our Learn with the Nerds sessions.
Downloads
Digital goodies - code samples, student files, and other must have files.
Blog
Stay up-to-date on all things Power BI, Power Apps, Microsoft 365 and Azure.
Community Discord Server
Start here for technology questions to get answers from the community.
Career Guides
Breaking into the field? Let these guides help get you started with a plan.
Affiliate Program
Earn money by driving sales through the Pragmatic Works' Training Affiliate Program.
Reseller Partner
It's time to address your client's training needs.
Foundation
Learn how to get into IT with free training and mentorship.
Management Team
Discover the faces behind our success: Meet our dedicated team
Contact Us
How can we help? Connect with Our Team Today!
FAQs
Find all the information you’re looking for. We’re happy to help.
In today’s post I’d like to talk about PowerApps. If you’re not familiar with PowerApps, it’s a great tool to create simple apps that store data into some type of backend table, like Excel, a SharePoint list or a SQL Server table. This comes included in most, but not all, Office 365 licenses.
I suggest you check under your waffle within Office 365 to see if you have it there and if so, check out PowerApps and see where it may fit for some simple application development type tasks. Some examples of how we may use it are:
Microsoft gives us recipes or templates to kick off, so you don’t have to write a lot of code with PowerApps. Even better, they have pre-canned wizards that will spit out most of what you do have to create for a PowerApp based off the metadata in a table and it can connect to an Excel table or SharePoint list, as just a couple of examples.
Since we do a lot of data work, one of the things we connect to here at PW is a SQL Server table. You can connect to a SQL Server table, it can edit that table, read from it and delete and update; basically, all our crud operations against that table.
The #1 thing I want to point out is if you’re doing some prototyping with this make sure that you have a primary key on your SQL table. If you forget to put a primary key in, the wizard will create an app for you in Read-only mode and it won’t give you an indication of why it didn’t create the edit form for you, so you’ll have to do some troubleshooting.
But if you wipe out that app, add your primary key and re-run the wizard, the PowerApp will create all the crud operations for you in the app. So, this is a really easy way to maintain a table and get some quick work done for your project.
If you’re interested in learning more about PowerApps, how you can connect to it from different sources or what you can do with it within your project, click the link below or contact us—we’d love to help.
Free Trial
private training
Newsletter
Join other Azure, Power Platform and SQL Server pros by subscribing to our blog.
Leave a comment