Launching Power Apps in Full Screen 4 Simple Steps

Wouldn’t it be nice to be able to launch Power Apps so that it appear in Full Screen? Just your app, with nothing else around it. It’s super simple and here’s how you do it.
Read moreWouldn’t it be nice to be able to launch Power Apps so that it appear in Full Screen? Just your app, with nothing else around it. It’s super simple and here’s how you do it.
Read moreThis post indicates a series of steps that you can take to give you chance of creating better apps for your business users. Essentially, if you follow them through you’re more likely to get them right first time.
There are lots of reasons why building business apps can be tricky, any much of this centers around not doing the right thing at the right time.
It’s for this reason that I’ve put together a series of videos covering the various topics.
This is part of a series of videos that cover App Building Steps.
During this series you’ll learn about
✅ Agile Development — https://youtu.be/OtH38Z9peqU Out Now🎉
✅ Writing user stories — https://youtu.be/0MjrWp_Xrdw Wednesday 7th July
✅ Process Wireframes — https://youtu.be/UJzSXacYL6s Thursday 8th July
✅ Data Modelling — https://youtu.be/gJLCas5BHow Friday 9th July
✅ Theming Considerations — https://youtu.be/GdKckw3Zxds Saturday 10th July
✅ UX Wireframes — https://youtu.be/RCmsB8PYMMk Sunday 11th July
✅ Final wrap up https://youtu.be/82c0Hu1fynI Monday 12th July
It forms part of the free course that you can find here at https://powerplatformlearn.newzenler.com/courses/power-apps
Let’s start with video number 1, where I introduce the topic as a whole
✅ Agile Development — Out Now🎉
✅ Writing user stories — https://youtu.be/0MjrWp_Xrdw Wednesday 7th July
✅ Process Wireframes — https://youtu.be/UJzSXacYL6s Thursday 8th July
✅ Data Modelling — https://youtu.be/gJLCas5BHow Friday 9th July
✅ Theming Considerations — https://youtu.be/GdKckw3Zxds Saturday 10th July
✅ UX Wireframes — https://youtu.be/RCmsB8PYMMk Sunday 11th July
✅ Final wrap up https://youtu.be/82c0Hu1fynI Monday 12th July
Good luck with building business Power Apps!
I’ve created a very comprehensive course that covers everything that I know about Power Apps
Sign up for the course if you want
✅ 300 lessons on Power Apps
✅ Tracked progress
✅ 250+ demos
✅ Access to live webinars
✅ Chat with the instructor
You can find out more about the course here and you can sign up here
Links
Today is a day for Pride. I feel proud today as the course I have laboured on for almost 12 months has nearly 2000 students.
I’m proud that I even started a Power Apps course on a platform that means a great deal to me, I mean, like what right do I even have to teach people? I’m proud of the fact that I spent 6 weeks considering the structure before recording a single video and then started creating a course that stretches out to 250+ lessons, and then gave it away for free.
Most of all though I am proud of the all the students that have decided that they want to take the time to learn their craft properly.
As well as that I am thankful to every person that has signed up for the course and to those that have provided me with counsel to make it the best that it can be.
I’m also thankful to my wife and family for putting up with me making my recordings and turning off the boiler so that the sound wasn’t disturbed (and then wondering why there was no hot water)
I started out with a simple idea, that I might be able to create something of use to someone, some individual person who wanted to do more for themselves and their organisation.
I still believe that if it is worth a single person travelling through the course, then it is worth 10,000 following the same path.
This is very much the beginning for so many people, from those that start aged 6 using http://www.PowerApps4Kids.com through to those that are 60 and beyond. This is Paul Burns talking to Dona Sarkar at Ignite 2021 about his app he created to help him to write again after a stroke – the sky really is the limit.
Here’s a link to the interview. https://youtu.be/Bha8qs4wB_8?t=35802
I cannot wait to see what you, what we will all build over the months and years to come.
If you’d like to come and join us click on the link below
Good luck everyone,
Keep Power Apping
You can rebuild a 3 Screen Power App in about 3 minutes with 1 click. But how would you build it from scratch? I this video we take a simple spreadsheet, upload it to sharepoint and build out the app from scratch. It’s easy, but not as easy as you think 🙂
Like this sort of thing? Head over to http://www.powerplatformlearn.academy
Today’s learning on Patch is to demonstrate that sometimes we don’t have to use Patch at all, and that Forms can be created in a way that gives the control of positioning the objects, but “performance” of submitting of forms
This is the last day in the series on Patch, so I’ve provided links to all the sessions down below.
The technique is relatively straightforward to execute.
NewForm(Form1);SubmitForm(Form1)
You can now hide the form.
There are some points to note from this technique:-
Check out this post to confirm how to sign up for the course.
https://powerplatformlearn.com/2021/02/14/7-days-of-power-apps-patch/
If you’ve signed up for the course you can head directly to the video here.
Patching to Multiple Records
Today’s learning on Patch is important as it relates to using a Patch statement to create multiple items. This is a MAJOR difference between Forms and Patch as Forms cannot perform this operation.
The basic structure for patching multiple items is as follows – where CityXL is a data source within our app, and Cities is a table within Dataverse (Common Data Service). In this case the field names are completely aligned between the spreadsheet table field and the database fields, which is why they repeat themselves :-
ForAll(CityXL,
Patch(Cities,Defaults(Cities),{Name:City,Population:Population,Country:Country,Latitude:Latitude,Longitude:Longitude}))
If you’d like the download then see below:-
If you’ve signed up for the course you can head directly to the video here.
Check out this post to confirm how to sign up for the course.
https://powerplatformlearn.com/2021/02/14/7-days-of-power-apps-patch/
https://powerplatformlearn.com/2021/02/28/power-apps-patch-is-easy-day-6-person-fields/
https://powerplatformlearn.com/2021/02/24/7-days-of-power-apps-patch-day-5-lookup-and-choice-fields/
https://powerplatformlearn.com/2021/02/19/7-days-of-power-apps-patch-day-4/
https://powerplatformlearn.com/2021/02/17/7-days-of-power-apps-patch-day-3/
https://powerplatformlearn.com/2021/02/16/7-days-of-power-apps-patch-day-2/
https://powerplatformlearn.com/2021/02/16/7-days-of-power-apps-patch-day-1/
The Mars Rover “Perseverence” landed on Mars on 18th February 2021 and in the live session coming up we’re going to use Power Platform tech to create a slideshow of images to music.
We going to build an app from blank which will allow us to create a cool slideshow to music, all about the Mars Rover. Â
If you have teams you can do all the things we cover whilst we are together
During the session we will
– Create a Team
– Create a data table
– Create a Power App
– Create a Cloud Flow
– Populate a table using audiene submissions in Microsoft Forms
When : 17 March 2021 Wednesday, 5:55 PM GMT
Register for the site here
https://powerplatformlearn.newzenler.com/register
Then book a spot here
https://powerplatformlearn.newzenler.com/live-class/mars-rover-app/register
Hope to see you there,
Rory Neary MVP MCT ACA
Twitter: @azurerory
LinkedIn – leave a message if you would like to connect: https://www.linkedin.com/in/roryneary/
Today’s learning on Patch is important as it relates to Person fields which are more similar than you might think. They are highly relevant to Patching to Sharepoint lists as they help us to maintain the ties to related lists.
The basic structure for patching to a person field is as follows – where cmbOwner is a combo box where a user is selected:-
Patch(
List,
Defaults(List),
{
Title: "New Title Value",
Person: {
Claims: cmbOwner.Selected.Claims,
Department: cmbOwner.Selected.Department,
DisplayName: cmbOwner.Selected.DisplayName,
Email: cmbOwner.Selected.Email,
JobTitle: cmbOwner.Selected.JobTitle,
Picture: cmbOwner.Selected.Picture
}
}
)
If you’ve signed up for the course you can head directly to the video here.
Check out this post to confirm how to sign up for the course.
https://powerplatformlearn.com/2021/02/14/7-days-of-power-apps-patch/
https://powerplatformlearn.com/2021/02/24/7-days-of-power-apps-patch-day-5-lookup-and-choice-fields/
https://powerplatformlearn.com/2021/02/19/7-days-of-power-apps-patch-day-4/
https://powerplatformlearn.com/2021/02/17/7-days-of-power-apps-patch-day-3/
https://powerplatformlearn.com/2021/02/16/7-days-of-power-apps-patch-day-2/
https://powerplatformlearn.com/2021/02/16/7-days-of-power-apps-patch-day-1/
Today’s learning on Patch is important as it relates to Lookup and Choice fields which are more similar than you might think. They are highly relevant to Patching to Sharepoint lists as they help us to maintain the ties to related lists.
If you’ve signed up for the course you can head directly to the first video here.
Check out this post to confirm how to sign up for the course.
https://powerplatformlearn.com/2021/02/14/7-days-of-power-apps-patch/
In other news I’ve been getting back into looking at Urban Sketching – this isn’t one of mine, but maybe one day I’ll get back to it. You can head here for more content like this https://www.facebook.com/groups/urbansketchers/
Check out the other posts in this series
https://powerplatformlearn.com/2021/02/19/7-days-of-power-apps-patch-day-4/
https://powerplatformlearn.com/2021/02/17/7-days-of-power-apps-patch-day-3/
https://powerplatformlearn.com/2021/02/16/7-days-of-power-apps-patch-day-2/
https://powerplatformlearn.com/2021/02/16/7-days-of-power-apps-patch-day-1/
Today’s learning on Patch is really great – super simple – we will be using it to cover the using Patch to create Date and Time fields entries
This is a picture of some daffodils – spring is thankfully coming in the UK at the end of a long COVID lockdown. Looking forward to 2021!
You can head directly to the first video here.
Check out this post to confirm how to sign up for the course.
https://powerplatformlearn.com/2021/02/14/7-days-of-power-apps-patch/