Dude this is the best power apps video I have ever seen. I have all the basics down, been building forms and streamlining processes for years. But with this one video, I have been able to take my apps to the next level! I can't thank you enough. I would give anything to sit in a 1 on 1 with you and just learn more tips and tricks like shown here. Bravo!
@@RezaDorrani You are empowering users across the globe to quickly and confidently create industry grade applications literally overnight. Without people like yourself documenting your findings through posts and videos like these, I would not be where I am at today. Thank you so much for everything!
I’ve tried multiple times to create a Power App and failed over the past year and a half. I watched this video this morning, and by the end of the day i finally have a working app. I just wanted to thank you and I look forward to watching through the rest of your content!
I had a lot of fields in my form and wanted to apply some changes to all the datacards and couldnt find a way to select all of them, and you just showed a trick of selecting all of them together and saved my time. Thanks Reza for always being extremely helpful and way ahead of others. Kudos to you
Another brilliant video. Loved the way you touched on previous content as a ‘recap’ and then moved into the new stuff. I’ll definitely be using some of your tips and tricks from now on. Once again, you’re a true master and awesome teacher of this stuff Reza. Thank you once again.
Double whammy between this video and the last one on how to call the MS Graph API. But I'll always love these types of videos focused on the front-end of Power Apps. Thank you, Reza!
Perfect timing for this video because I was just about to replicate a large, multi screen MS form into a power app ☺️ Thankyou again for your insightful and clear teaching!
Thanks for the useful knowledge as always Reza, I do really like the new addition you add to your video here where you add "paused moments" giving details of each controls you're using. By the way, that's a neat trick you did there to select all data cards at once. Can't wait for your future videos!
Great tutorial Reza! Thanks for sharing! My Teams calendar picker is the same as the one in PowerApps (Not the nice version you got?) Any reason why I might not see the nice calendar picker you get in Teams? If I go to the About menu in Teams it states I am running version 0.7?
Due to a PowerApps Service Issue (Current App 0.7) currently the modern Date Picker calender (copied from Teams UI to Canvas App) is rendered like the classic one. I have opened a Power Platform Service Request...
Thanks again Reza - I could add this comment to any of your power platform videos. I find you teaching style to be very useful and provides info to take my apps from clunkly to pretty slick. I tell everyone that you provide the ideas/codes/functions, I just transcribe them into my apps (and learn something in the process). Keep up the great work!
Awesome explanation. Anyone can become an expert in PowerApps just by watching your videos. Really all your videos are very helpful.... I always wait to watch your videos. Thanks alot for them 🤝🙏
Lots of good stuff here; I'll probably refer back to this video later on again a few times. I did not know about the required property; I thought you had to set that on the backend SharePoint list. This will make my job easier.
Hello Reza - I have been following all your videos on powerapps & they are all amazing. Can you pls help me clear a query i have.. Q : Without even entering required fields the form navigates to next screen on pressing icon ✓, how do I make it not go to next screen instead stay in same screen and highlight data cards that are un filled? Please help...
Dear Reza, Thank you for your video, it is indeed very informative. The question is, can we design the form like in a free layout, where we can move the form control anywhere within the form? Right now they are tightly bound with column and row patterns. I want to place them as per my choice, in my own order. Is there any solution? Thanks
Hi Reza and thanks for the briliant video! I have only one question maybe you can assist? What if i want custome error text in my validation? My columns names in the Sharepoint list make no sense when used in the error part
As always, Great video. Do you know of any control that could be used on a form to build a diagram that could be used by a landscaper to show a property grid identifying where to plant specific trees/bushes? Obviously, this would be used on a tablet. - Thanks.
@@RezaDorrani I see. Can you think of any other way to implement something like this? Embed Visio, or an Excel file? Maybe something that could be superimposed over a drone picture of a property? Thanks for the quick reply!
Thanks Reza, for learning Power Platform I always look forward for your videos, If you can please publish some video tutorial on Power Portal/Power Pages or can recommend some learning path that will be great. Many Thanks.
Hi Reza, great video. I have been unable to locate a video that allows the user to click "Next" and navigate to the next tab. Videos show clicking from one tab to the next manually but not by clicking a "Next" button at the bottom of the form. I know this can be done by creating many pages and navigating to each page, but how can you make the exact form you have and click a "Next" a button?
Hi Reza, Firstly thank you so much for your videos. They are simple to understand and don't just provide a solution but show us also the logic behind it. It is very helpful. I had a question please, I used the steps you showed to replace a dropdown choice with radio buttons, but these won't update back to my SharePoint list when the PA form is updated. What should I do please? Thank you.
I have not come across the issue you mentioned hence not sure what the reason for it not working is. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani - I just replaced the cards and added the radio buttons again and the error seems to have gone. Thanks so much.. Is there a way to make one of the tabs visible after a certain date please? Thanks again..
These videos are excellent Reza, thank you. I am am having trouble with getting a straight answer to what I am trying to do. I would like to build a tab experience, in my form using a single SharePoint list. The tabs would be New, Change, Return, Leave, Termination. These would only be for submitting information to the SharePoint list and not displaying. I need to know the best way to design this keeping in mind that i will need to re-use the columns on some of the forms, IE, employee name column will need to be on each of these tabs.. Are you able to tell me the best way to do this., or if this can even be done. There seems to be mixed information out there and I cannot seem to find anything that will verify that the SharePoint columns can exist on more that one of my forms. Any info would be appreciated. I would also need to ensure that when the form is submitted that the value of the tab is going to the SharePoint list. I already have a column for this information.
I have done 2-3 videos on Tabs. You can take a look and see if those help. I do not have a video reference on your specific scenario though and would have to try it out to provide guidance. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
So in this video, it looks like what you were working on, is an actual PowerApps "Application"? In other videos I watched of yours, you were using PowerApps to customize SharePoint Lists. Wondering what the main differences are between using SharePoint List with a PowerApps form, and/or using a SharePoint List to make a PowerApps Application?
Thank you for this gem of a video! Such great information provided in a way that beginners can follow along. Do you have a video or instructions on how to make tabs visible only to certain users?
Thank You! I have done other videos on tabs as well + videos on role-based access in Power Apps. You can check those videos to get an idea how to create role-based tabs.
Great Video once again. A thing to note about copying the Date input card. The card does not come with data\time format option so you cannot change it from the backwards American date format to the rest of the world format. 😉
Love this video, thanks. I am having trouble creating the tabbed forms however, some items which I didn't select are in every tab others are missing! do you change the number on VarTabSelected = #NUM to represent the tab you want that to be shown in? doews this correspond to the ID number? you did some wizardry which I can't follow :(
Thank you for this amazing video on Power Apps Form !! This is the most knowledgeable video on power apps. I am building an risk management application in power apps and since my form was too large and has so many fields in it and i was struggling to fit in gallery so i have divided into 3 parts by taking reference from this video this video is very helpful. I need one help for my application i have a first in that i have a list of risk with button for each row, and when i am navigating through that button on the form screen the form is coming blank.
Thanks so much for your kind words. Im assuming you are using buttons for moving across the divided forms. I have done videos on tabbed forms (2-3 videos) and multi screen forms. I would recommend checking those videos.
Description is meant to be short and not a place to post detailed functionalities. There is plenty of documentation with step by step guidance on Microsoft learn.
Great video! Thank you as always. I have struggled to master reordering cards within a multi-column form when using logic in the visible property of certain cards. Would be great to see you go deeper into some of those design elements.
@@RezaDorrani The position constantly changes or resets, especially when adding custom cards. etc. I know the X and Y control can be used here but I'm definitely still missing something...
Very useful video, thank you! I followed your method to build multiple tabs, but how would you hide one of the tab buttons? I'm want to do that based on a value of a textbox
Set visibility of button based on text box value. I have done many form based videos - showing hiding cards / enabling disabling buttons etc. I would recommend checking those.
Always great Reza. Thank you. Question... I used the date picker from a teams app and it works, however the value that I set in the form doesn't get written. Can you tell me what I'm missing with respect to that? Thanks!
@@hokemspitter I have not experienced this so not sure why that would be the case. I will recommend posting your issue on forums at powerusers.microsoft.com/ in case someone has experienced something similar
Good video as always. Though i find forms really frustrating to deal with, like i'm spending more time moving elements around over and over, then just using the selected record details on inputs i choose myself, then simply patching back to a list if i'm making an edit. Is there a reason why using forms is better for situations?
Forms is simpler to use as compared to Patch (beginners standpoint). Video description includes link to my playlist on Forms. I have done several videos which includes aligning cards and more.
@@RezaDorrani Hmm, i'll take your word but i'm not convinced haha. Yeah sorry, i don't have issue aligning them, i just think customizing a form uses up a lot more time than i can whip up another way. But at least you've got a number of videos to assist if i ever do come around :P
Reza, I am a big fan of your videos. With modern controls, though, I experience an issue, and wonder about your opinion. Many of my forms have a gallery and a view form next to it. When browsing through the gallery, the new form updates representing the selected gallery item. Nothing exciting so far. With modern form date fields I experience the following: If the date fields are not null (i.e., there is a date), the form represent the proper value. If the field is null (empty), it seems the form data card becomes "sticky", meaning that the value from the previously viewed record remains in place. Has this happened to you (or anyone else here?) And if so, what can you do against it? NOTE: When using the old forms, the null fields will show 12/31/2001 and work as anticipated.
Thanks Reza for this great knowledgeable video!!! Currently I am working on multilingual powerapps & have choice column in SharePoint with yes,no values.I have a form in powerapps whose items is displaying from another translation SharePoint list,and if it is selected yes or no,based on that I need to update form property to above choice SharePoint list.I explored a lot but still struggling to update form property & getting error as required option setvalue value.Please assist.Any help will be much appreciated.Many thanks.
I have done 1 video on multilingual apps but that was related to data only not the values. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hi Reza. Thanks, I loved the Fluent UI Date Picker. However, I am unable to adjust the date format. I just don't want to change my Windows region for that. Unlike the classic one, it is missing the Format property. Could you advise how to solve this issues please? Another thing is that "Apr, Aug, Dec" are displayed in a new row which looks odd (it is also in your video 17:00). Is it possible to turn off the month picker or at least correct its display, please? 😅
I do not have a video reference on charts. Power BI is a better option for visualizations. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@@RezaDorrani I've been consuming your videos related to Power Platform for quite some time. Of all the creators of Power Apps and Power Automate video content, I believe your videos are the easiest to understand and implement in my development work. Keep up the amazing work you're doing!
Multi Form Editing technique is truly a Life Saver, it's so annoying to edit individual datacards everytime 🥲 I really wish Microsoft adds multi edit form control & apply for all datacards feature Thanks for all the tips Reza Any plans to explain PCF or COE features in Power Apps
Hi Reza, I want to learn power automate and flow with apps from basic scratch. Will you provide any online platform training I will take training to pay online learning. Plz advise
Hello Reza, Nice video and very useful, can you make another grid experience type video with CRUD operations on Newest version of Power apps because I watched your previous videos but I'm facing some issues.. It would be very useful, Thanks a lot and Have a nice day!
All grid videos continue to work with newer versions of power apps. It might be some error at your end that is causing the issue. I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thank you Reza! There is a feature that I don't understand. When you create a "tablet" canvas app with horizontal display, the modern date picker appears ok (good font size). When you convert to "portrait" or create a "phone" canvas app, the date picker font size is awful (tiny as an ant). What is this happening? Any thoughts?
@@danieladroguett5511 There is no defined date for GA. Modern controls are not meant to be used in production scenarios. You can always use the classic date picker until then.
@@RezaDorrani I did notice that the CTRL Z doesn't work for me. Nothing happens at all. That would definitely be a nice option, though. I also couldn't get the card colorfade to work the way you have it setup. Is there some other step to get the self.error to work. I've never actually seen that card do anything, and I couldn't get it to do anything using the syntax you mentioned. I had to go with this approach and avoid the self.error If(IsBlank(DataCardValue71), ColorFade(RGBA(255, 0, 0, 1), 0.95), RGBA(0, 0, 0, 0)) just to get the card to show error until filled in.
@@RezaDorrani When im in detailk screen and select edit all my tabs are blank. Am i missing something? i can see on the tab info when i select new record only. Would you have video by any chance?
@@davidrico8755 Im not sure why that would be the case. I do not have any videos on this issue. I’ll recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Dude this is the best power apps video I have ever seen. I have all the basics down, been building forms and streamlining processes for years. But with this one video, I have been able to take my apps to the next level! I can't thank you enough. I would give anything to sit in a 1 on 1 with you and just learn more tips and tricks like shown here. Bravo!
Wow! This is one of the best feedback I have received. Thank You so much.
@@RezaDorrani You are empowering users across the globe to quickly and confidently create industry grade applications literally overnight. Without people like yourself documenting your findings through posts and videos like these, I would not be where I am at today. Thank you so much for everything!
@@FleedX agreed!! Where would we be without Reza!?
I’ve tried multiple times to create a Power App and failed over the past year and a half. I watched this video this morning, and by the end of the day i finally have a working app. I just wanted to thank you and I look forward to watching through the rest of your content!
Thanks Matthew! Glad to hear the content is useful. Enjoy binge watching the videos :)
I had a lot of fields in my form and wanted to apply some changes to all the datacards and couldnt find a way to select all of them, and you just showed a trick of selecting all of them together and saved my time. Thanks Reza for always being extremely helpful and way ahead of others. Kudos to you
Most welcome!
Thanks so much for watching
Another brilliant video. Loved the way you touched on previous content as a ‘recap’ and then moved into the new stuff. I’ll definitely be using some of your tips and tricks from now on.
Once again, you’re a true master and awesome teacher of this stuff Reza. Thank you once again.
Thank You so much Simon for your kind words. So happy to hear the feedback.
Double whammy between this video and the last one on how to call the MS Graph API. But I'll always love these types of videos focused on the front-end of Power Apps. Thank you, Reza!
Thanks so much Eric. I’ll keep it mixing it up :)
Perfect timing for this video because I was just about to replicate a large, multi screen MS form into a power app ☺️
Thankyou again for your insightful and clear teaching!
Glad it was helpful!
Best Power Apps video for beginners as well as higher-level developers. Thank you, Reza!
Wow! Thanks so much for the compliment
Thanks Reza for always being extremely helpful and way ahead of others. this is the best power apps video I have ever seen
Wow! Thank You so much
This is a such a game changer to make the design of powerapps so much more pleasing to eye. Thank you!
Glad to hear that!
Thanks for the useful knowledge as always Reza, I do really like the new addition you add to your video here where you add "paused moments" giving details of each controls you're using. By the way, that's a neat trick you did there to select all data cards at once. Can't wait for your future videos!
Glad it was helpful!
Thanks so much for the awesome feedback on the video.
after seeing this, I need to update some of my previous APP designs for better performance, thanks Reza!
Glad to hear that! Thanks for watching
I do everything in the video slightly different, but I like most of your methods too! I will be using them in the future.
Glad you like them!
Thanks Reza, this solved my problem on Forms, thanks for this.
Video was on forms but as long as it solves a problem, im happy
Awesome Video Reza. Lots of ideas. As always you come up with something that is out of the box videos.
Thanks Sam. So happy to hear the feedback. Out of the box 📦
Great tutorial Reza! Thanks for sharing!
My Teams calendar picker is the same as the one in PowerApps (Not the nice version you got?) Any reason why I might not see the nice calendar picker you get in Teams? If I go to the About menu in Teams it states I am running version 0.7?
Video description has link to download a sample App - you can grab the datepicker from there.
Due to a PowerApps Service Issue (Current App 0.7) currently the modern Date Picker calender (copied from Teams UI to Canvas App) is rendered like the classic one. I have opened a Power Platform Service Request...
But the date Picker Control copied from Rezas Sample App is working as expected!
@@RezaDorrani Hi Reza, It would be great if you could save all Fluid UI controls as a Sample App?
@@williamfenner823 They are all coming to canvas soon. Lets wait for it.
You rock! I watch all your videos, Reza.
Thank You Luis
Thanks again Reza - I could add this comment to any of your power platform videos. I find you teaching style to be very useful and provides info to take my apps from clunkly to pretty slick. I tell everyone that you provide the ideas/codes/functions, I just transcribe them into my apps (and learn something in the process). Keep up the great work!
Thank You Pete!
Means a lot to know the videos are useful and being put to use in real world scenarios.
Great and Great Ideas Reza...!! Thanks a ton for sharing the knowledge. 🙏🏻🙂
Most welcome
Thanks so much Reza! Love all these tricks and tips!
Most welcome
Thank you kindly! This video helped me solve some problems here! Greetings from Brazil!
Most welcome
Awesome explanation. Anyone can become an expert in PowerApps just by watching your videos. Really all your videos are very helpful.... I always wait to watch your videos. Thanks alot for them 🤝🙏
Glad you like them! Thanks so much for watching and learning from the videos.
i needed this alot, especially the slider control since i tried doing it myself and i couldnt figure it out. Thank you so much Reza 😎
So glad to hear that. I had so many other options but somehow I thought slider would resonate well. Glad to hear the feedback.
Once again, killer video from an excellent tutor. Thank you very much for your effort and time!
Most welcome
Lots of good stuff here; I'll probably refer back to this video later on again a few times. I did not know about the required property; I thought you had to set that on the backend SharePoint list. This will make my job easier.
Most most welcome. Yes - required fields are flexible :)
Hello Reza,
thanks for your videos, you helped me a lot to understand some things in Power Apps.
Again, this video is great.
Greetings from Germany
Thank You so much! 💗 to Germany
Brilliant Reza, I am using Forms alot and these tricks are going to help to increase efficiency of my Apps. Thanks for sharing video.
Glad it was helpful!
Thanks, I made my first tabs thanks to this video.
Thanks David
Hello Reza - I have been following all your videos on powerapps & they are all amazing. Can you pls help me clear a query i have..
Q : Without even entering required fields the form navigates to next screen on pressing icon ✓, how do I make it not go to next screen instead stay in same screen and highlight data cards that are un filled? Please help...
Check ua-cam.com/video/9gI9OscTLD0/v-deo.html
Thank you so much Reza. Your video is our first point of reference for any new Power Apps challenges.
Thank You Dev
Nice tips and tricks for Power app developement. Thank you. !!!
Welcome!
Thank you Reza for sharing this new idea , great video (y)
Glad you liked it!
Thanks Reza! I love your tips and tricks 🥰❤👍
You’re welcome 😊
Master, thank you so much for share the knowledge!
My pleasure!
Dear Reza, Thank you for your video, it is indeed very informative. The question is, can we design the form like in a free layout, where we can move the form control anywhere within the form? Right now they are tightly bound with column and row patterns. I want to place them as per my choice, in my own order. Is there any solution? Thanks
I have done many form videos showcasing various options with form control. Check form control playlist on my channel.
Beautifully explained, thanks so much Reza!
Thanks Thiago
Hi Reza and thanks for the briliant video! I have only one question maybe you can assist? What if i want custome error text in my validation? My columns names in the Sharepoint list make no sense when used in the error part
ua-cam.com/video/XvevCq6qhX4/v-deo.htmlsi=9otSDSpDCpLwaThc
Good content man. Congrats, very helpful.
Appreciate it!
It’s really helpful sir,thank you for sharing this information.
Most welcome
As always a really helpful video with impressiv content. Thanks a lot. I am inspired 🙂
Happy to hear that!
Thanks for this gold mine of information, dear Reza!
My pleasure!
As always, Great video. Do you know of any control that could be used on a form to build a diagram that could be used by a landscaper to show a property grid identifying where to plant specific trees/bushes? Obviously, this would be used on a tablet. - Thanks.
Im not aware of any such control
@@RezaDorrani I see. Can you think of any other way to implement something like this? Embed Visio, or an Excel file? Maybe something that could be superimposed over a drone picture of a property? Thanks for the quick reply!
@@richp2894 May be a visio. I cannot know the solution without trying it out. Best to check on forums at powerusers.microsoft.com
Great video! Lots of ideas og thank you for sharing!😊
Most welcome
Thanks Reza, for learning Power Platform I always look forward for your videos, If you can please publish some video tutorial on Power Portal/Power Pages or can recommend some learning path that will be great. Many Thanks.
Thanks Ankit. I have not done any work with power pages. Check on Microsoft Learn if there is any content for pages.
@Reza Dorrani In future please plan something on power pages also. I look your channel as one stop for power platform.
@@ankitgarg6976 If I invest time learning about it, then I will include it.
Hi, this is a fantastic and useful tutorial! Please do more Power Apps tutorials
145 videos and more coming...
ua-cam.com/play/PLTyFh-qDKAiEIVlidnhELx5BusnzlDzkR.html
@@RezaDorrani amazing thank you!
Hi Reza, great video. I have been unable to locate a video that allows the user to click "Next" and navigate to the next tab. Videos show clicking from one tab to the next manually but not by clicking a "Next" button at the bottom of the form. I know this can be done by creating many pages and navigating to each page, but how can you make the exact form you have and click a "Next" a button?
Check if this helps ua-cam.com/video/9gI9OscTLD0/v-deo.html
@@RezaDorrani Thank you!
Hi Reza, Firstly thank you so much for your videos. They are simple to understand and don't just provide a solution but show us also the logic behind it. It is very helpful.
I had a question please, I used the steps you showed to replace a dropdown choice with radio buttons, but these won't update back to my SharePoint list when the PA form is updated. What should I do please? Thank you.
I have not come across the issue you mentioned hence not sure what the reason for it not working is. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani - I just replaced the cards and added the radio buttons again and the error seems to have gone. Thanks so much.. Is there a way to make one of the tabs visible after a certain date please? Thanks again..
I do not have a reference for tabs visible after a certain date. Il recommend posting your query on forums.
@@RezaDorrani Thanks so much for your response and all the videos you've posted so far.. Owe all the apps I've created so far to them 😊
your the best brooo!! great video! thankssssss you!
Thanks so much
These videos are excellent Reza, thank you. I am am having trouble with getting a straight answer to what I am trying to do. I would like to build a tab experience, in my form using a single SharePoint list. The tabs would be New, Change, Return, Leave, Termination. These would only be for submitting information to the SharePoint list and not displaying. I need to know the best way to design this keeping in mind that i will need to re-use the columns on some of the forms, IE, employee name column will need to be on each of these tabs.. Are you able to tell me the best way to do this., or if this can even be done. There seems to be mixed information out there and I cannot seem to find anything that will verify that the SharePoint columns can exist on more that one of my forms. Any info would be appreciated. I would also need to ensure that when the form is submitted that the value of the tab is going to the SharePoint list. I already have a column for this information.
I have done 2-3 videos on Tabs. You can take a look and see if those help.
I do not have a video reference on your specific scenario though and would have to try it out to provide guidance. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Thank you for the detailed video. Question: is that works for both canvas app and custom page for model driven app?
Should work for both
Thank you!
So in this video, it looks like what you were working on, is an actual PowerApps "Application"? In other videos I watched of yours, you were using PowerApps to customize SharePoint Lists. Wondering what the main differences are between using SharePoint List with a PowerApps form, and/or using a SharePoint List to make a PowerApps Application?
perituza.com/blog/power-app-and-sharepoint-list-form/
Thank you for this gem of a video! Such great information provided in a way that beginners can follow along. Do you have a video or instructions on how to make tabs visible only to certain users?
Thank You!
I have done other videos on tabs as well + videos on role-based access in Power Apps. You can check those videos to get an idea how to create role-based tabs.
Great video!! Is it possible to use a date filter of only Year (e.g. Filter by 2023, 2022, 2021, etc.) instead of picking an exact date?
Date picker is a control and not a filter. You could create a dropdown that only has Year information for user to select from.
@@RezaDorrani would the back end data source need to have Year as it's own data field or would you use PowerApp to code it? (e.g. Year(Date))
@@fenrir433 I would use a separate field like number to store the year
@@RezaDorrani If I am capturing date from a Power App, is there an automated way to create the Year from that date column?
@@fenrir433 Yes, the formula you mentioned earlier. Why would you want user to pick a date if intention is only to get the year?
Thank you , thank you, thank you !!,.. this has helped me immensely.
Most most welcome
Aapka level bilkul alag hai 🙏
Shukriyan sirji. Main toh level badaane ka soch raha hoon :)
Aap ek complete video unke liye bhi banaye jo Power Platform Architect banna chate hai....
Like a complete step by step Guide 🙏
@@Viipiin Pehle main khud toh ban jaao :)
Main videos banata hoon dil se aur jab mann karta hai. Koi plan nahi hai architect banne ka video ke liye.
@@RezaDorrani 😇🥰
Great Video once again. A thing to note about copying the Date input card. The card does not come with data\time format option so you cannot change it from the backwards American date format to the rest of the world format. 😉
👍
Great video Reza, Thanks.
My pleasure!
More gems.. ! Thanks Reza 💥
Most welcome
Love this video, thanks. I am having trouble creating the tabbed forms however, some items which I didn't select are in every tab others are missing! do you change the number on VarTabSelected = #NUM to represent the tab you want that to be shown in? doews this correspond to the ID number? you did some wizardry which I can't follow :(
I have done multiple videos on Tabs (step by step guided ones). I will recommend checking those.
Another brilliant video. Is it possible to add a “All” tab to show all data cards? Thank you!
Possible but honestly if you are creating Tabs - you should not be wanting an All.
@@RezaDorrani Hi Reza, thank you!
Thank you for this amazing video on Power Apps Form !! This is the most knowledgeable video on power apps. I am building an risk management application in power apps and since my form was too large and has so many fields in it and i was struggling to fit in gallery so i have divided into 3 parts by taking reference from this video this video is very helpful. I need one help for my application i have a first in that i have a list of risk with button for each row, and when i am navigating through that button on the form screen the form is coming blank.
Thanks so much for your kind words.
Im assuming you are using buttons for moving across the divided forms.
I have done videos on tabbed forms (2-3 videos) and multi screen forms. I would recommend checking those videos.
Another great content. Thank you Reza
My pleasure!
You are a legend! Thanks mate
Wow! thanks mate.
Really Very Helpful to this video,
I Hope you will write the Functionalities in Description that would better to Practice For Beginners.
Description is meant to be short and not a place to post detailed functionalities. There is plenty of documentation with step by step guidance on Microsoft learn.
Great video! Thank you as always. I have struggled to master reordering cards within a multi-column form when using logic in the visible property of certain cards. Would be great to see you go deeper into some of those design elements.
Thanks.
Order the cards for the form based on position inside Tabs.
@@RezaDorrani The position constantly changes or resets, especially when adding custom cards. etc. I know the X and Y control can be used here but I'm definitely still missing something...
@@hnk5965 Check my playlist on forms. I have done several videos on forms.
Link in video description.
I liked the content! I have a question, MinDate and MaxDate is it possible to set the range based on the date shown in a gallery?
I did not understand the question? Form date range based on gallery date?
@@RezaDorrani to get the idea to use it as a gallery filter and show only the available dates, just not to use two filter drop boxes
@@lGandalfJP Im Sorry I still did not understand. Il recommend posting your query on forums at powerusers.microsoft.com
Very useful video, thank you!
I followed your method to build multiple tabs, but how would you hide one of the tab buttons? I'm want to do that based on a value of a textbox
Set visibility of button based on text box value. I have done many form based videos - showing hiding cards / enabling disabling buttons etc. I would recommend checking those.
Keep it up! Outstanding video!
Wow! Thank You so much
Superb Video..Thanks for sharing. There was one video "suggestion Box App" from you.I missed that video. can you please help to share the video link.
I don’t think I did a video on that one.
Your videos are so practical and concise.....
Thanks Shan
Always great Reza. Thank you. Question... I used the date picker from a teams app and it works, however the value that I set in the form doesn't get written. Can you tell me what I'm missing with respect to that? Thanks!
I have not experienced that issue so not sure what the reason could be.
@@RezaDorrani It's odd. The save of the date works and I see the value on the item, but it doesn't populate on the datepicker control on the App.
@@hokemspitter I have not experienced this so not sure why that would be the case. I will recommend posting your issue on forums at powerusers.microsoft.com/ in case someone has experienced something similar
I love it, thank you men!.
Glad you like it!
Very Very excelent. Thank you for explanation
You are most welcome!
Thanks! good job.
Thanks for watching!
Really good... Thanks Reza
Most welcome
Amazing video Reza!
Thanks
Excellent video. Thank you.
Welcome
Thank you so much, really helpful.
Glad it was helpful!
Good video as always. Though i find forms really frustrating to deal with, like i'm spending more time moving elements around over and over, then just using the selected record details on inputs i choose myself, then simply patching back to a list if i'm making an edit. Is there a reason why using forms is better for situations?
Forms is simpler to use as compared to Patch (beginners standpoint). Video description includes link to my playlist on Forms. I have done several videos which includes aligning cards and more.
@@RezaDorrani Hmm, i'll take your word but i'm not convinced haha. Yeah sorry, i don't have issue aligning them, i just think customizing a form uses up a lot more time than i can whip up another way. But at least you've got a number of videos to assist if i ever do come around :P
Great video,
Unfortunately, I am still seeing the same old date picker even in the PowerApps opened in MS Teams in chrome browser
I have shared link to a sample app on video description. Install that App and grab the date picker from there.
@@RezaDorrani Thanks.
Worked like a charm.
Thanks Reza!
Welcome
Reza Brother - Thanks For this video really help
You’re most welcome
Great video as always.
Thanks again!
Reza, I am a big fan of your videos. With modern controls, though, I experience an issue, and wonder about your opinion.
Many of my forms have a gallery and a view form next to it. When browsing through the gallery, the new form updates representing the selected gallery item. Nothing exciting so far.
With modern form date fields I experience the following: If the date fields are not null (i.e., there is a date), the form represent the proper value. If the field is null (empty), it seems the form data card becomes "sticky", meaning that the value from the previously viewed record remains in place.
Has this happened to you (or anyone else here?) And if so, what can you do against it? NOTE: When using the old forms, the null fields will show 12/31/2001 and work as anticipated.
FYI, I use SQL Server as a data source
Modern controls (most of them) are in preview and I will recommend not using them in production scenarios until GA
Thanks Reza for this great knowledgeable video!!! Currently I am working on multilingual powerapps & have choice column in SharePoint with yes,no values.I have a form in powerapps whose items is displaying from another translation SharePoint list,and if it is selected yes or no,based on that I need to update form property to above choice SharePoint list.I explored a lot but still struggling to update form property & getting error as required option setvalue value.Please assist.Any help will be much appreciated.Many thanks.
I have done 1 video on multilingual apps but that was related to data only not the values.
I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Top man!
Man says “Thank You”
Thank you so much for sharing this Reza, I had no luck with the date picker trick :( the copy and paste didn`t work for me
Video description has link to download sample app.
Copy date picker from there plz. It will work.
@@RezaDorrani Thank you so much! that worked.
Hi Reza. Thanks, I loved the Fluent UI Date Picker. However, I am unable to adjust the date format. I just don't want to change my Windows region for that. Unlike the classic one, it is missing the Format property. Could you advise how to solve this issues please? Another thing is that "Apr, Aug, Dec" are displayed in a new row which looks odd (it is also in your video 17:00). Is it possible to turn off the month picker or at least correct its display, please? 😅
Welcome!
I am not aware of an option to do that.
Hey, Reza. May you help us with a video to use in-powerapps charts and design tips? Thanks btw, great video
I do not have a video reference on charts. Power BI is a better option for visualizations.
I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Excellent video!
Glad you liked it!
@@RezaDorrani I've been consuming your videos related to Power Platform for quite some time. Of all the creators of Power Apps and Power Automate video content, I believe your videos are the easiest to understand and implement in my development work. Keep up the amazing work you're doing!
@@akashkaushik3267 So happy to hear that! Thanks so much Akash
thanks reza! very helpful!!
Most welcome
Great Job😃✔. Reza pls could you share us how can I build a Gantt Chart? I'm learned much with your videos.
No plans for any video on Gantt Chart as I have received very few requests on this. I have ideas in my backlog with 50+ requests.
Thank you so much!
Most welcome
Multi Form Editing technique is truly a Life Saver, it's so annoying to edit individual datacards everytime 🥲
I really wish Microsoft adds multi edit form control & apply for all datacards feature
Thanks for all the tips Reza
Any plans to explain PCF or COE features in Power Apps
I hope so too!
No plans for PCF or CoE as of now.
Working on ChatGPT video & SharePoint Forms JSON features.
Hi Reza, I want to learn power automate and flow with apps from basic scratch. Will you provide any online platform training
I will take training to pay online learning. Plz advise
I do not have any courses yet. And have no references. Im sure there are plenty out there.
@@RezaDorrani oh ok my org asked me to learn new power automate and apps.so where I need to learn and good place any reference
ua-cam.com/video/4N11-QQDdeM/v-deo.html
Check channel memberships. I have gone live with a training tier that you can sign up for now.
ua-cam.com/users/rezadorranijoin
Hello Reza,
Nice video and very useful, can you make another grid experience type video with CRUD operations on Newest version of Power apps because I watched your previous videos but I'm facing some issues..
It would be very useful,
Thanks a lot and Have a nice day!
All grid videos continue to work with newer versions of power apps. It might be some error at your end that is causing the issue. I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thank you Reza! There is a feature that I don't understand. When you create a "tablet" canvas app with horizontal display, the modern date picker appears ok (good font size). When you convert to "portrait" or create a "phone" canvas app, the date picker font size is awful (tiny as an ant). What is this happening? Any thoughts?
Modern controls are in preview (experimental). We need to wait until they go GA for all the issues/bugs related to them to be fixed.
@@RezaDorrani Thank you!!! I hope this will be fixed soon
@@danieladroguett5511 There is no defined date for GA. Modern controls are not meant to be used in production scenarios. You can always use the classic date picker until then.
@@RezaDorrani oh, ok. Thank you again for your answer
@@danieladroguett5511 learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-experimental-preview
Congratulations for Video ... like 994
Thanks You
Amazing video!
Thanks John
@@RezaDorrani I did notice that the CTRL Z doesn't work for me. Nothing happens at all. That would definitely be a nice option, though. I also couldn't get the card colorfade to work the way you have it setup. Is there some other step to get the self.error to work. I've never actually seen that card do anything, and I couldn't get it to do anything using the syntax you mentioned. I had to go with this approach and avoid the self.error If(IsBlank(DataCardValue71), ColorFade(RGBA(255, 0, 0, 1), 0.95), RGBA(0, 0, 0, 0)) just to get the card to show error until filled in.
@@trstrean Steps are as shown in video. Not sure of why it would not work.
Great video! 😎
Thanks David! You are on a roll :)
@@RezaDorrani When im in detailk screen and select edit all my tabs are blank. Am i missing something? i can see on the tab info when i select new record only. Would you have video by any chance?
@@davidrico8755 Im not sure why that would be the case. I do not have any videos on this issue. I’ll recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Always thank you 🙏🙏🙏
Welcome