Download your certificate of completion after you finish this course: 📄 prag.works/power-apps-beginner-to-pro-certificate Student Files: ✔ prag.works/power-apps-beginner-to-pro-student-files
@91f10 ай бұрын
This was perfect I loved it, very clear explanations, love the humour too.
@lanazoolander416510 күн бұрын
Thank you. You are a great instructor. I just subbed and will recommend to others.
@Mymemories37433 ай бұрын
I just found this video online. I am currently learning about model driven apps for my job position and this video is the BEST! It's so easy to follow and I love how each detail is explained (i.e what an option can be used for and how it would be relevant in different scenarios). I have watched many videos so far, but this is the one I have favorited to watch again and again as I practice creating model driven apps!!!!
@PragmaticWorks3 ай бұрын
Thanks you made my day! - Brian
@oztheberean11 ай бұрын
Was able to catch this and follow along live! Loved every minute of it, even through the technical issues. Fun times.
@ernestlanza567610 ай бұрын
Thanks for sharing this, great information.
@andrew-hat10 ай бұрын
This is by far the best video to understand Power Apps! I do have an issue I can't find an answer anywhere. When I click on the "Information" link under "Forms", within a second I get this warning on the screen: "Sign in to continue Some components of this app require you to sign in. If you don't sign in, parts of the app may not work." I am signed in and I'm using Google Chrome. I've enabled third-party cookies and restarted the browser, but the message still pops up. If anyone had this issue and solved it, please share the solution.
@alexz84749 ай бұрын
I'm 50 minutes in the video, and none of the screens match Power Apps online. Bummer... good information though
@gsr453510 ай бұрын
Thank you for this information!
@hafeezbakare10656 ай бұрын
"Modern controls and themes" can also be located in the (Updates) section of the settings.
@jakesstuff112 күн бұрын
At 1:51:32, The Gist asked a question about multiple projects. If I had a project number and it had multiple permit numbers associate, would each permit number require its own row in essence as a 2nd project? Or would you be able to have a column with all permit numbers included and select a specific PN#? Thannk you for the video BY THE WAY. I appreciate the time you take to explain how the commands are working in the background.
@mohamedchakroun868911 ай бұрын
Better call saul :)
@edemkofi47779 ай бұрын
I thought I was the only one thinking the same. Great teacher 👏 👍
@mohammednabigh52008 ай бұрын
in the part you created the Env, i think it's worth it to precise that an Env newly created dose not appear in list to choose it unless you activate it, cause it's desabled by default after creation, 🙂
@newtoncrypto7380Ай бұрын
great Video my only issue was that I could not select the projects on the left panel "individually." and that led to data not displaying in the forms
@kurrysamir11 ай бұрын
Thanks for sharing this. Im here at Building a dataverse table section of the video, instead of deleting a table from the environment we can edit it as well? Just saw an option in the existing table.
@PragmaticWorks11 ай бұрын
You can always edit existing tables or extend them in solutions as well. Some items like the data type for a column might not let you edit though.
@Audrey-s8l2 ай бұрын
Hi, I have been following this awesome video step-by-step. Although, there is not one formula that works for me. I am french and my computer is in french. Could they be a difference in the formulas? Or, is it possible an update of Power App have been done since the date this video was posted? If you have any solutions for me, it would be great. I have tried many options now and really can't see why the transcription of the formulas is not giving the results shown in this tutorial. Thank you very much!
@donmarkham98117 ай бұрын
thank you. you have good english as well(unlike the other utube vids), very refreshing
@jacenspector82508 ай бұрын
This is awesome, what are you using to do the on screen notation and zooming?
@PragmaticWorks8 ай бұрын
We use ZoomIt.
@KBDevOpz11 ай бұрын
Excellent video and content as usual from Pragmatic Works! Does anyone know what software he might be using to record this video and draw/type on the screen, etc?
@PragmaticWorks11 ай бұрын
That was a free small tool called Zoomit, by Microsoft. You can download it from here: learn.microsoft.com/en-us/sysinternals/downloads/zoomit
@officialpatrick14 ай бұрын
Super awesome plus ultra mega tutorial Thanks!
@MaryJanetHocking-db2zj10 ай бұрын
❤️from Brooksville Florida
@lifeisgreat1110 ай бұрын
I am going along you, good work. I am from otherworld of development, dont know if power apps can offer my need, but just asking it here: I want create an application that people records employee contracts (shows only active ones if due date is still in the future) and contracts can be extended, also, calculates the leaves based on contracts and fiscal year. Can someone help if that is possible with power apps world? Edit: just wanna know if power apps can do that or need additional tools, like C#?
@PowerFx19 ай бұрын
totally doable using canvas power apps and SharePoint as a datasource use filter function to only show active ones and rest just familiarize yourself with powerfx it would be a few formulas you going to have to write
@BossPahom5 ай бұрын
Great! Can't wait to hear what you think!😍
@TheTtuchaa7 ай бұрын
Thanks for the course. I have a one question though concerning creating a canva app. I followed all the steps and while adding formula for Filter an error occured. Tried to fix it and find an answer. With no success. Do yao have any idea what the reason of the problem would be? Thanks! (time of course : starting from 1:46). Thanks a lot!
@PragmaticWorks7 ай бұрын
Hi there. What error did you receive? Typically it'll come down to case sensitivity.
@TheTtuchaa7 ай бұрын
@@PragmaticWorks Thank you for your reply. I relly appreciate it. My problem starts from here: Filter('Time Card', Project - when I type in 'Project' it shows up as a clear text. There is no connection to my tables. The only fraze that connects with the table is Time Card. When I put the whole formula - Filter('Time Card', Project.Project = Gallery.Selected.Project) - as written above all is shown as a text. When I hover over the first coma (after Filter,) it says: Invalid number of arguments. Received 1 expected at least 2 When I hover over second coma (after Time Card',) it says: Unexpected signs. The formula contains an 'Error' character where a 'ParenClose' character is expected Unexpected signs. Characters are used in the formula in unexpected ways. I hope this is clear. I'm totally new to Power Platform and fully understand that could make some mistakes becouse of my low experience.
@TheTtuchaa7 ай бұрын
@@PragmaticWorks Hi, thanks a lot for your reply. I approciate it. Fisrt of all, all of my formula (except for expressions 'Filter' and 'Time Card') is a clear text. Once I have it written: Filter('Time Card', Project.Project = Gallery1.Selected.Project) can read such information: - when hover over a Filter it says: Invalid number of arguments. 1 received, at least 2 expected. - when hover over second coma (after Card',) it says: Unexpected signs. The formula will include an "Error" character where "ParenClose" is expected. Unexpected signs. Characters are used in the formula in unexpected ways. I understand that I might may mistakes becouse my lack of expericne. I'm totally new to Power Platform. Nevertheless made a huge progress tahnks to your cources.
@w.l.625811 ай бұрын
from France !
@wendypope44957 ай бұрын
What I want to know is how you guys made this video!!
@blankplusblank5 ай бұрын
This is great, thanks so much!
@talhasial55024 ай бұрын
How are you selecting different projects at 1:49:35. For me it has default selected the first entry and the arrow buttons are not responsive at all.
@gunjanpatel19296 ай бұрын
I Really like the video its really provide good clarification. but one thing I was not be able to find that word file which you mention in video. I hope you can give me direction how to find it and download it.
@PragmaticWorks6 ай бұрын
They are located inside the class files which can be downloaded here prag.works/power-apps-beginner-to-pro-student-files
@gunjanpatel19296 ай бұрын
Thank you so much
@johnwelamador42203 ай бұрын
thanks my bro
@PiyushKumar-il5ep3 ай бұрын
Is it possible to create the application where I don't to share my database with the use? Like kind of public app where they can submit the form but they have no access to data source, not even in the read mode also.
@cwnmaster10 ай бұрын
Thank you. Could you please change the size of cursor big enough for me to see where you take the mouse to - in addition to enlarging specific areas. This is one of the common problem for me with almost all training videos in KZbin.
@datboi606611 ай бұрын
Thank you!!
@adisabolajistephen91514 ай бұрын
Please I can go through this study and become a professional in Powerapp
@jtmh312 ай бұрын
I watched this and the ending additional video, and this is solid work. I have two points of constructive criticism from one instructor to another. One: In the future, please let viewers know that the components you are showing may look different, as Microsoft updates Power Apps, Power Automate, Power BI regularly. I spent 30 minutes going back and forth trying to find the turn on Modern Controls and themes (It's now under Updates, not General), as well as trying to figure out how to find tables on the side panel, as Microsoft changed the icon (THIS WAS STUPID. A cylinder has been the symbol for tables/databases since forever. Now it's a rounded rectangle with a checkerboard pattern). Two: Because of the first item, you may want to slow down when showing things that should be "easy." I had to go back and forth in time when you were saying "Boom, Boom, Boom" when adding tables due to the layout being different. That was frustrating. Aside from that, very solid work, and Power Apps now makes WAY more sense. Have a great day!
@naziatarannum86846 ай бұрын
Hi, @Pragmatic Works. I am getting an error message when i am using Filter Formulae "Incompatible types for Comparison." Could you please help me here. BR.
@PragmaticWorks6 ай бұрын
Could you post your code here?
@naziatarannum86846 ай бұрын
@@PragmaticWorks Hi Thanks for your reply. This is the code that i am writing for filter same as yours "Filter('Time Cards',Projects.Project = Gallery2.Selected.Project)". It is giving me an error saying "Incompatible types of comparison. These types can't be compared: Table, Record."
@naziatarannum86846 ай бұрын
@@PragmaticWorks Never mind i resolved the issue. seems like i was writing the wrong formulae. But thanks for your reply.
@frankliu41094 ай бұрын
I don't have access to create tables within the solutions, any alternate options so that I can continue with this tutorial?
@PragmaticWorks4 ай бұрын
What some do, is create a developer environment where they have less restrictions: powerapps.microsoft.com/developerplan/. If your company has that ability turned off, you'd have to create a trial tenant at the same link.
@bejukacarlson64542 ай бұрын
Hi, followed up with the video, and realize in need help. Noticed that while practicing my power apps platform did not have other environments for me to practice with. i only have the default environment. what can i do?
@PragmaticWorks2 ай бұрын
You can create a dev environment at aka.ms/ppac or at www.microsoft.com/en-us/power-platform/products/power-apps/free. That will create an environment just for you.
@rwchecking11 ай бұрын
Thank you
@1975princy4 ай бұрын
Hello I have got to the forms part and it says ERROR LOADING CONTROL please can you explain why this is happening and how do I resolve this issue?
@PragmaticWorks4 ай бұрын
Once you save a record in preview/publish mode, it will light up. This is sometimes normal in design mode also.
@jasongregory98723 ай бұрын
I am getting the same error. I just cleared my solution and starting back at the beginning.
@PiyushBhavanaKimmi6 ай бұрын
Is it enough though to crack an interview?
@PragmaticWorks6 ай бұрын
What type of position?
@hareeshsalve25806 ай бұрын
2 years of experience @@PragmaticWorks
@RasithaHewage6 ай бұрын
How do I add data connector to access office 365 users
@PragmaticWorks6 ай бұрын
In the connectors area of your app, click New Connector , then search for Office 365 and you'll see Office 365 Users and another one for Groups then.
@chrislaishowcase2 ай бұрын
i felt its so overwhelming compared to a traditional CRM which is so much easier to learn and apply lol. Is it just me feeling this way? 😭
@PragmaticWorks2 ай бұрын
That's fair. If you look at using Dynamics 365, which is a traditioanl CRM, it's much more like what you're referring to but uses the same underlying tech so it can be extended. Likely you'll want to use a model-driven app, which will be closer to what you're looking for. Canvas is more difficult to learn but easier to use for your users.
@chrislaishowcase2 ай бұрын
@@PragmaticWorks Thank u for sharing, i wont give up learning lol. 🤣