Hello Reza, this is fantastic demonstration. We can say a complete transformation form classic to modern form 😊 Many thanks as always for the great work 🙏🏻 Akshay
The first time i saw one of your videos i knew the rest were worth watching and you were worth subbing to. Each one is truly an informational masterpiece. Thank You very much for sharing your knowledge and making these.
Thanks again for this amazing video Modern Controls, this is I guess 5th video on Modern Control - make a playlist or Power Apps Modern Control Series 🤩
Excellent instruction. Reza do you have any videos describing how to get the "Assigned to" DataCard ComboBox control to prepopulate the user logged in?
Another great video. Appreciate the step by step of different controls. qq I'm using the modern combo box for all of my select fields but the two I have set as "multi" are not saving while the rest are, any advice?
@Reza, thank you so much for all the explanation! Learning everything from Power Apps with you!! Is it possible to make this form a multi-step form? (like the one with the other video)
Hello Reza, GREAT information relayed in the video, as always! I have a question....would you have any interest in the near future to do a video over using custom controls instead of an edit form, and specifically how to use variables with those custom controls to set different modes in relation to specific buttons? The patch function is fairly easy to grasp, although I think the more difficult areas to understand when using controls instead of an edit form is how manipulate multiple controls through variables to a desired outcome.
@@RezaDorrani It's my own understanding (forgive me if the naming is wrong) of using text input controls, combo boxes, etc., to build your own custom "form", instead of using the out of the box "edit form", which is then connected to a gallery to be able to add or edit data.
@@hardridged Ahh. Like using patch only. My rule for making videos - “I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.”
Reza, thank you for this very helpful video! I think, somethings may have shifted since this video was recorded. Because for multiselect combobox, I see json data when I open up an existing sharepoint list item to edit. Something like this : [{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":0,"Value":"Enter Choice #1"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1,"Value":"Enter Choice #2"}]
May be in one of my videos I did show validation in grid (do not exactly remember which one). Note: there is an In-Product modern grid control coming soon!
Ok@@RezaDorrani. My doubt is beacuse i'm using mordern control's, but i don't know how can i compare the value in the lines of the grid and make to show the icon.( I have ID in the line's of my grid).
For the toggle control, is there a way to patch the change in real-time without clicking a submit form button? For example, if a user clicks the toggle button, it updates the record change of the toggle without having to submit changes. Thanks for all the great videos. I learned a lot from you.
@@RezaDorrani I did, and it worked perfectly. Now, I don't even need to use an ugly submit button. Everything happens in real time. You are truly the best.
Hi Reza, I have been using your tutorials to build a canvas app for work. thank you somuch. I would like to know if we can set the toggle in modern control to appear as unchecked in new form and follow parent default in edit mode. I have been searching everywhere but can't find anything. thanks again
Great video. I have tried those modern controls before your video but finally I gave them up as users complained that the font size of the new controls was just too small for them. I wonder if there’s any way to adjust the font size or do we have to wait for MS to update the function
Hi Reza, As i'm trying to update the Datepicker, It work for entering the date, it does update it to my sharepoint list, how ever it doesn't display the value entered in sharepoint, I couldn't find the .value for update. As always thank you for your video, this will greatly enhanced the experience for my app!
@@RezaDorrani It's now working! However it doesn't display the date coming from my sharepoint list, it's like it always reset and when I change some fields, it reset the date.
Thanks @Reza for this… QQ - I am trying to give my form modern or classic a new look and wanted to check if we can add containers within each card to give a different look. For eg for the title of th card… can we put that in a container?
Great video! I’m having an issue though… How do I go about having the modern controls respect required items? I have specific datacards that are required, but it doesn’t look like the form control is aware when a field is filled or not.
It does respect required field validations as the "error message" label control pops up. I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Really good information so far Rezza. Quick question. Is there a way to conditionally restrict options in a dropdown based on another drop down selection? For example, I have a form asking for favorite holiday destinations. If a person selects the UK in-country option. Can I restrict options in City selection so they only get cities in the UK?
Possible but I do not have any video references on this scenario. I would recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Hi Reza, thanks!! Great video as usual!!! What do you think about renaming the new modern component with the name of the deleted one? In my case it solved by itself errors like position etc. What about a new form with modern compnents already, do you think that microsoft will roll out it quickly? Alessandro
That’s is indeed a great idea! The modern form is coming soon. This video is not just about modernization of controls. I show how to use different types of controls for data cards as well.
Hi Reza, great video as always! Do you know by any chance when is it expected to have the modern controls as a completed feature to use? As I understand it is not recommended to use features in preview on production applications. Thanks!
Very timely as it followed the one from last week. With the help of your videos, I think creating responsive apps are not as bad as I thought, although I still think it's too much time consuming so hoping MS will make it a bit more straight forward. How about dropping elements in containers and then they become responsive automatically?? All we have to do is to align them the way we want. 🤣😄
Hello Reza, thanks for the video, for the controls I see you have replaced all the classic with modern controls, is it possible to keep the classic controls but still make the form responsive by adding containers?
If you edit the properties of the Combobox you can then click "Edit" in the "Fields" property, then click "Add field". You can use Display Name it will show their name
@@RezaDorrani I was just offering a suggestion in case they just wanted to select names from a filtered dropdown as I've done with modern controls. But you are right there is no way to search users with the current control.
Thanks so much. Multi line text allows more than 255 characters to be entered. In my demo scenario, Description is a multi lines of text column. Modern controls - learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/modern-controls/overview-modern-controls
@@RezaDorrani thank you for taking the time to respond :) That seems a clear disadvantage against the classic text input control. Hopefully this will be added in the future. In general, love the styling of the modern controls, but they don't seem as flexible as the classic counterparts. Another example: I haven't found a way to validate if a form is valid in the modern Form control. Would be cool to see a video on the new modern form ;) Regardless, many thanks for everything you bring to the community!
First Class training videos👍👍. Question on Modern Combox control, Search and Office 365 Search users, within Dataverse for teams. I am setting up a combobox , to search name /mail with Office 365 (also trying AAD Users). For some reason in the Combo box Items, after i type {searchterm Self . the "Search text" does not show. Please advise. Thanks
Avoid using modern combo box for search users. There are missing features in it as of now. Thats the reason why I used classic combo box for people search in this video.
Great video as ever Reza!! A couple of questions: Will forms & galleries eventually assume the modern controls as default? Any known timeline for custom themes being added to the new theming options?
Will forms & galleries eventually assume the modern controls as default? - YES Any known timeline for custom themes being added to the new theming options? No
Hey Reza, do you recommend Forms with Modern Controls or Modern Controls with Patch? Not sure why people prefer Patch more when Forms are easy to set up?
Hi Raza ! Thanks for the video! Helped me change my app to the Modern controls. But I noticed that the index tap is no longer available. Is there a better way to do this? Or are their limitations that may come while time? Thanks for any feedback.
Hi Reza, Thanks for this informative video. Out of curiosity can you please guide me if people picker can be used in modern controls? When I try at my end the people picker in modern controls gives me numbers and not email addresses.
when you're changing the references for the datacards on the properties field, how are you easily pasting/inserting the name of the modern card you just made? I'm not sure if you just cut the video or if there's a shortcut to it.
Hello Reza, great video but difficult to follow. for example. When selected datacard value it shows only default =parent.default but no option of items to copy the code. Please let me know where I am making the mistake.
I did not understand the question. Items is a property for combo box or dropdown. May be you are not selecting the right control context. I recommend posting your issue on forums at powerusers.microsoft.com
Thank you for all tge contents. In PowerApps, why are only some names showing in the new form control while other names don't appear, even when searched by their names?
modern controls do not support person type column and that’s why I did not show that here. Check ruclips.net/video/y90lDTHOm3k/видео.htmlsi=mtGSWgNc5Cj9sUHZ
Hello Reza, thanks for great content. I have a problem. When a chooses to view the items in view mode, the modern controls become "dimmed", "greyed out". What am I missing?
I have that problem too and everyone else :) Its not a problem, thats how the modern control styling is currently. Styling options for them are coming soon.
Hi Sir, for the priority control, did you have to use dax to create your custom sort? Mine is sorted by ascending order by default. My data comes from a SP list. I was jsut wondering if there's a quick trick to cusotm sort, or if i'll have to use dax. Thank you
Hi Reza The modern radio button are kinda getting chopped off in the top when I change the layout to horizontal from vertical Can you please tell me which version you are using
I have found a bug where if you delete a combo box from form and add a classic combo box and use it eventually it breaks and will not allow any other combo box to work they just flash when you click the drop down!! I would love to show you this huge bug!!!! I'm trying to make more modern UI for forms! I'm using a gallery that is a collection. It's a very interesting design and way I've gotten things to function!
Modern controls (most of them are in preview). If you experience any bugs, then I would recommend reporting it. There is a feedback option in product to do the same.
Hi @Reza, I have a question on modern controls. I was trying combo-box control (height = 40), but when I used it in a container with height 50 and it was only expanding to show results w.r.t the height of the parent control (Container). Just want to understand the control functionality, so that it can be leveraged accordingly for better results.
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Hi Reza, i tried to update date picker to modern in power app that is linked from a sharepoint list. However the time drop downs disappear and i get an error because the “value” does not appear.
I have not tried with a date and time specific column where it’s not date only. Modern form control is currently in preview and this could very well be a limitation.
Hi Reza, Has anything changed in the last few months? When I try to change the modern date picker there is no control for Value. Unless I have missed a step from your video?
Hey Reza, thanks a lot! I am trying to use a modern Form connected to a Dataverse table. Now Im having the issue that the auto generated comboboxes for the choice colums of my table do not show/select an item. The "DefaultSelectedItems" entry is empty and inserting "Parent.Default" does not work (Error). Any ideas?
The control is in preview so there would be issues. I believe the combo box issue is with most data sources. In one of my recent videos (do not remember which or what steps I had taken) I did share the app which includes the update to get it to work.
Hi I am using a Modern ComboBox control and my Sharepoint List has a choice field that allows users to enter a new choice to add to the current ones. How do I allow the users to do this through the Power App with the modern control?
@@RezaDorrani i’ve found your videos very helpful. is this something you could look into and do a video about? There used to be a work around with legacy controls but for some reason it doesn’t quite work with the modern ones.
@@L-ps1003 I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
I remember seeing a video by Reza where he showed how to put a text label in a data card to display a combo box value. Now, I can't find that video. If anyone knows which video it is, please share the link. Thank you
I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
I do not have a video reference on this scenario and have not tried this scenario hence not sure. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Hi Reza, In Classic Text Input Control there is an property call Format, if we select number then restrict user to input text value to it. But similar property is not available in Modern Control. is there any way for number inputs in modern control?
Hi Reza, I have used the form in the modern section, and I have a field in my SharePoint list of type person that should automatically retrieve names from the directory. However I noticed that when I try to select a name I only see a few names and not all Do you have any idea about the reason behind this issue ? Thanks in advance for your assistance
Would also LOVE to see a use case of storing favorite people (users) to collection in app based on the specific logged in user along with ability to update that users collection on the fly. My use case only has approx 30 users max that can edit/write thru the app. Simulating a favorites distribution list per app user that eventually will be utilized in Power Automate for final report distribution (after Teams approval by manager).
Is anyone else experiencing an issue with modern Text Input boxes set to multiline? It seems that if you try to insert text into the field, it will jump your cursor to the end of the text field after pressing a single key. It is incredibly annoying
@@RezaDorrani strange... I have everything up to date, and if I create a brand new text input box and simply set it to Multiline, it will have the issue. It types fine, but any time I try to go back in the text and insert something then it will instantly jump my cursor to the end
I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
Hi Reza, In the classic version, in the field related to workers in my company (coming form Sharepoint so in canva apps), I was able to see all emails. In the modern version, I see only part of the employees emails, do you know why?
Hello Reza, this is fantastic demonstration. We can say a complete transformation form classic to modern form 😊
Many thanks as always for the great work 🙏🏻
Akshay
Glad to hear that! Thanks so much.
The first time i saw one of your videos i knew the rest were worth watching and you were worth subbing to. Each one is truly an informational masterpiece. Thank You very much for sharing your knowledge and making these.
Wow, thank you so much!
This opens up new opportunity for mobile-based powerapps. Thank you Reza!
Glad to hear that! Thanks so much for watching
Reza, Thanks. You did it again. On time, relavant and just what I've been searching for.
Great!
Another great video Reza. MS PO owe you so much. Thank you.
Glad you enjoyed it
This is awesome. I haven't tried this modern controls on Forms. I will try it out. Thank you Reza
Give it a shot. Modern forms are coming in product as well.
Perfect demonstration. Made easy everything.
Great! Thanks so much
Thanks you Reza for sharing ! Amazing tips !
My pleasure!
As I always say, you rocked Reza. Thank you 👍
Thank You so much
Excellent video as always. Very informative
Glad you enjoyed it
Beautiful explanation, keep it going man, thanks!
Thank You!!!
Thanks Reza, Nice Video!
Thanks!
Thanks for this tutorial. You rock!
Glad it was helpful! Thanks for watching
Thanks again for this amazing video Modern Controls, this is I guess 5th video on Modern Control - make a playlist or Power Apps Modern Control Series 🤩
Thanks for the idea!
Thank you so much for detailed explanation
My pleasure
You are the king! thanks again
Thanks 🙏
Great video with lot's of content and learnings. Thank you!
Most welcome! Thank You so much for watching
Great video Razza 👍
Thanks
Thanks Reza, how can I change the color of text modern control? And is there person picker modern control?
1 - Per control styling is coming
2 - I have a video planned on people picker control
Great explanation, one questiom: is there a way to change the font sizes? The sizes are very small for mobil Phones
Per control styling is coming soon
Thank you very much for the prompt response. Stay fine
Excellent instruction. Reza do you have any videos describing how to get the "Assigned to" DataCard ComboBox control to prepopulate the user logged in?
Thanks! I surely have but dont remember which one.
Try this ruclips.net/video/y90lDTHOm3k/видео.html
Reza Sir
You are the best❤
Thank You Sir 💜
Another great video. Appreciate the step by step of different controls. qq I'm using the modern combo box for all of my select fields but the two I have set as "multi" are not saving while the rest are, any advice?
Most welcome!
I have not faces any issues with saving multi select columns. I’m not sure what’s the reason for yours not saving.
Thanks Reza 🙏🙏🙏
Most welcome!
@Reza, thank you so much for all the explanation! Learning everything from Power Apps with you!! Is it possible to make this form a multi-step form? (like the one with the other video)
Try using concept of other video here. It should work.
Hello Reza,
GREAT information relayed in the video, as always!
I have a question....would you have any interest in the near future to do a video over using custom controls instead of an edit form, and specifically how to use variables with those custom controls to set different modes in relation to specific buttons? The patch function is fairly easy to grasp, although I think the more difficult areas to understand when using controls instead of an edit form is how manipulate multiple controls through variables to a desired outcome.
Thanks!
I did not understand the use case. What are custom controls?
@@RezaDorrani It's my own understanding (forgive me if the naming is wrong) of using text input controls, combo boxes, etc., to build your own custom "form", instead of using the out of the box "edit form", which is then connected to a gallery to be able to add or edit data.
@@hardridged Ahh. Like using patch only.
My rule for making videos - “I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.”
@@RezaDorrani Thanks! regardless.....looking forward to your videos in the future!
Great Video!
Thanks
Reza, thank you for this very helpful video! I think, somethings may have shifted since this video was recorded. Because for multiselect combobox, I see json data when I open up an existing sharepoint list item to edit. Something like this : [{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":0,"Value":"Enter Choice #1"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1,"Value":"Enter Choice #2"}]
I have not come across this issue and hence not sure what the cause or has anything changed since.
Hey Reza. Than so much for all your videos. There are amazing and I always learn a lot. Would you mind drop me the link for the home screen for me?
Most welcome!
I have done so many videos that I myself have lost track. I dont have a link handy.
Great video as always Reza. On the date picker how do u deal with a card that had date and time?
It should show the date and time. I dont think there is any extra setup needed.
Please note: Form control is in preview
Hello Reza, thanks for the videos. Do you have something about validation data on grid?
May be in one of my videos I did show validation in grid (do not exactly remember which one).
Note: there is an In-Product modern grid control coming soon!
Ok@@RezaDorrani. My doubt is beacuse i'm using mordern control's, but i don't know how can i compare the value in the lines of the grid and make to show the icon.( I have ID in the line's of my grid).
@@ghtissot Concept would be same as classic. Grid is nothing but a gallery.
Uhm, thanks i'll try. Your video's is awesome.
For the toggle control, is there a way to patch the change in real-time without clicking a submit form button? For example, if a user clicks the toggle button, it updates the record change of the toggle without having to submit changes. Thanks for all the great videos. I learned a lot from you.
For that, you would need to look into Patch function
@@RezaDorrani I did, and it worked perfectly. Now, I don't even need to use an ugly submit button. Everything happens in real time. You are truly the best.
@@rorsara3940 submit buttons are also good looking 😊
Great video Reza! No updates to use a modern combobox as people picker?
Thanks
No updates yet!
Hi Reza, I have been using your tutorials to build a canvas app for work. thank you somuch.
I would like to know if we can set the toggle in modern control to appear as unchecked in new form and follow parent default in edit mode. I have been searching everywhere but can't find anything. thanks again
Welcome!
You need to add if condition to set form mode and set default value.
Great video. I have tried those modern controls before your video but finally I gave them up as users complained that the font size of the new controls was just too small for them. I wonder if there’s any way to adjust the font size or do we have to wait for MS to update the function
Per control font styling is coming soon
Great video! Where can I find the video link to build home screen?
ruclips.net/video/wF5gbjUuXKw/видео.htmlsi=fJHJsfMSObm8nsyC
Thanks, Reza
Great Video Reza, Any idea about people picker, if that can be converted to modern one ?
No modern people picker exists. Even the modern combo box is limited and does not give a full experience.
Hi Reza, As i'm trying to update the Datepicker, It work for entering the date, it does update it to my sharepoint list, how ever it doesn't display the value entered in sharepoint, I couldn't find the .value for update.
As always thank you for your video, this will greatly enhanced the experience for my app!
.value is now.SelectedDate
@@RezaDorrani It's now working! However it doesn't display the date coming from my sharepoint list, it's like it always reset and when I change some fields, it reset the date.
@@AMindGame not sure why that would be the case. I recommend posting your issue on forums at powerusers.microsoft.com
Thanks @Reza for this… QQ - I am trying to give my form modern or classic a new look and wanted to check if we can add containers within each card to give a different look. For eg for the title of th card… can we put that in a container?
You could do that but thats not something I have tried.
@@RezaDorrani alright… let me give it a shot and see how it looks… will keep you posted
Great video! I’m having an issue though…
How do I go about having the modern controls respect required items? I have specific datacards that are required, but it doesn’t look like the form control is aware when a field is filled or not.
It does respect required field validations as the "error message" label control pops up. I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorraniThanks for the quick reply! I figured out the issue. Can’t wait to see the video for the modern people picker!!
Keep up the great work!
Really good information so far Rezza. Quick question. Is there a way to conditionally restrict options in a dropdown based on another drop down selection? For example, I have a form asking for favorite holiday destinations. If a person selects the UK in-country option. Can I restrict options in City selection so they only get cities in the UK?
Possible but I do not have any video references on this scenario. I would recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Hello Reza,
Another great tutorial. Is there any way to have a "Date and Time" modern control, date picker?
Many thanks,
Ally
Currently, we do not have that.
But we could use modern date picker and use 2 modern dropdowns next to it for hours and secs.
Hi Reza, thanks!! Great video as usual!!!
What do you think about renaming the new modern component with the name of the deleted one?
In my case it solved by itself errors like position etc.
What about a new form with modern compnents already, do you think that microsoft will roll out it quickly?
Alessandro
That’s is indeed a great idea!
The modern form is coming soon. This video is not just about modernization of controls. I show how to use different types of controls for data cards as well.
That is an excellent idea!
Is there any way to do modern control for PeoplePicker it seems the Find feature doesn't work on modern combo box
Currently, No.
But I have a people picker video coming wherein I will show one modern custom option.
Hi Reza, great video as always! Do you know by any chance when is it expected to have the modern controls as a completed feature to use? As I understand it is not recommended to use features in preview on production applications. Thanks!
No GA date has been announced as of yet
Thanks for the video. Is there an option to increase the font size in the modern control?
Per control styling is coming soon.
@@RezaDorrani Great news, thanks a lot.
Very timely as it followed the one from last week. With the help of your videos, I think creating responsive apps are not as bad as I thought, although I still think it's too much time consuming so hoping MS will make it a bit more straight forward. How about dropping elements in containers and then they become responsive automatically?? All we have to do is to align them the way we want. 🤣😄
I can tell you this much that responsive drag and drop is coming soon!
@@RezaDorrani I can't wait for that. Do you know of the timeline? Hopefully, it drops at the conference 😎
@@dougydoe I know but cannot disclose :)
@@RezaDorrani Wow! Wow!.... not even to Members? 😉😁
@@dougydoe 😆 Reza RUclips is separate from Reza Microsoft
AMAZING
Thanks
Hi Reza, Very helpful video. Just a question, if scale to fit of in display settings for this one?
For responsive design, scale to fit must be turned off
@@RezaDorrani Thank you!!!
Hello Reza, thanks for the video, for the controls I see you have replaced all the classic with modern controls, is it possible to keep the classic controls but still make the form responsive by adding containers?
Absolutely! Same concept applies.
hi Reza, thanks for the video. How can we configure the modern control from Assigned To field which is a "person" type column in Sharepoint?
That is not an option today. Hence I did not show that in video.
If you edit the properties of the Combobox you can then click "Edit" in the "Fields" property, then click "Add field". You can use Display Name it will show their name
@@Bloodlvst It will not search for users in AD. Currently, best to avoid modern combo box for person picker experience.
@@RezaDorrani I was just offering a suggestion in case they just wanted to select names from a filtered dropdown as I've done with modern controls. But you are right there is no way to search users with the current control.
Wow i like your videos, 😊. What is the different between the modern txt controll and the old one and why do i have to change it to Multi text line?
Thanks so much.
Multi line text allows more than 255 characters to be entered. In my demo scenario, Description is a multi lines of text column.
Modern controls - learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/modern-controls/overview-modern-controls
Hi Reza, great tutorial as always. Is there a way to force a modern text input to only allow numbers?
I dont think it has that option yet. But not something I have explored.
@@RezaDorrani thank you for taking the time to respond :)
That seems a clear disadvantage against the classic text input control. Hopefully this will be added in the future.
In general, love the styling of the modern controls, but they don't seem as flexible as the classic counterparts. Another example: I haven't found a way to validate if a form is valid in the modern Form control. Would be cool to see a video on the new modern form ;)
Regardless, many thanks for everything you bring to the community!
@@jeremydeceuster6912 modern controls are in preview. Give them time :)
I have a lot more videos coming on modern controls.
@@RezaDorrani Definitely. And thanks again, really appreciated!
First Class training videos👍👍. Question on Modern Combox control, Search and Office 365 Search users, within Dataverse for teams. I am setting up a combobox , to search name /mail with Office 365 (also trying AAD Users). For some reason in the Combo box Items, after i type {searchterm Self . the "Search text" does not show. Please advise. Thanks
Avoid using modern combo box for search users. There are missing features in it as of now.
Thats the reason why I used classic combo box for people search in this video.
Great video as ever Reza!!
A couple of questions:
Will forms & galleries eventually assume the modern controls as default?
Any known timeline for custom themes being added to the new theming options?
Will forms & galleries eventually assume the modern controls as default? - YES
Any known timeline for custom themes being added to the new theming options? No
Hey Reza, do you recommend Forms with Modern Controls or Modern Controls with Patch? Not sure why people prefer Patch more when Forms are easy to set up?
Depends upon the scenario. Both options are available. Choose whichever one works for you.
Hi Raza !
Thanks for the video! Helped me change my app to the Modern controls. But I noticed that the index tap is no longer available. Is there a better way to do this? Or are their limitations that may come while time? Thanks for any feedback.
Limitations with modern. All of these features are coming soon. We have a modern form control coming as well.
Hi Reza,
Thanks for this informative video. Out of curiosity can you please guide me if people picker can be used in modern controls? When I try at my end the people picker in modern controls gives me numbers and not email addresses.
People picker is currently not supported with modern controls
when you're changing the references for the datacards on the properties field, how are you easily pasting/inserting the name of the modern card you just made? I'm not sure if you just cut the video or if there's a shortcut to it.
I click on that control and copy the name.
Thanks Reza.
Most welcome
Hello Reza, great video but difficult to follow. for example. When selected datacard value it shows only default =parent.default but no option of items to copy the code. Please let me know where I am making the mistake.
I did not understand the question.
Items is a property for combo box or dropdown. May be you are not selecting the right control context.
I recommend posting your issue on forums at powerusers.microsoft.com
Thank you for all tge contents. In PowerApps, why are only some names showing in the new form control while other names don't appear, even when searched by their names?
I did not understand the context of what “names” related to
@@RezaDorrani sorry, its a person column. Only limited items showing, even when searched
modern controls do not support person type column and that’s why I did not show that here.
Check ruclips.net/video/y90lDTHOm3k/видео.htmlsi=mtGSWgNc5Cj9sUHZ
@@RezaDorrani thank you so much for the extended support 🙏
Do you think that the classic controls will be phased out in the future?
I cannot predict the future but I dont see that happening in next 2-3 years.
Hello Reza, thanks for great content. I have a problem. When a chooses to view the items in view mode, the
modern controls become "dimmed", "greyed out". What am I missing?
Only the modern dropdown is "dimmed" in view mode?
I have that problem too and everyone else :)
Its not a problem, thats how the modern control styling is currently. Styling options for them are coming soon.
Ok, thank you for the fast response!@@RezaDorrani
Cant we change Submit button floating over the layout and make fixed position at the bottom center?
Time in video where button is floating?
Hi Sir, for the priority control, did you have to use dax to create your custom sort? Mine is sorted by ascending order by default. My data comes from a SP list. I was jsut wondering if there's a quick trick to cusotm sort, or if i'll have to use dax. Thank you
DAX is for Power BI.
I did not do anything special. It simply followed order of my choice columns in list.
Hello Reza,
can you suggest a link to contents of power apps resouces that we can leverage on thanks.
ruclips.net/video/4N11-QQDdeM/видео.htmlsi=2ihxqMR5EbBD17Hp
Hi Reza
The modern radio button are kinda getting chopped off in the top when I change the layout to horizontal from vertical
Can you please tell me which version you are using
I was using the auth latest version available at time of making the video.
Any news at MPPC 2023 about release date for modern controls? I reaaly like them but it does not feel safe to use them unti GA is announced.
No formal announcement on GA date
I have found a bug where if you delete a combo box from form and add a classic combo box and use it eventually it breaks and will not allow any other combo box to work they just flash when you click the drop down!! I would love to show you this huge bug!!!! I'm trying to make more modern UI for forms! I'm using a gallery that is a collection. It's a very interesting design and way I've gotten things to function!
Modern controls (most of them are in preview). If you experience any bugs, then I would recommend reporting it. There is a feedback option in product to do the same.
Hi @Reza,
I have a question on modern controls. I was trying combo-box control (height = 40), but when I used it in a container with height 50 and it was only expanding to show results w.r.t the height of the parent control (Container). Just want to understand the control functionality, so that it can be leveraged accordingly for better results.
The latest app authoring version has this bug fixed.
Thank you@@RezaDorrani for the update.
Do you know how I can countercheck and tally a preregistered data from an existing Excel sheet, with a fresh entry from MS Form?
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Hi Reza, i tried to update date picker to modern in power app that is linked from a sharepoint list. However the time drop downs disappear and i get an error because the “value” does not appear.
I have not tried with a date and time specific column where it’s not date only. Modern form control is currently in preview and this could very well be a limitation.
Hi Reza.... It's a great video, thank you so much, one question, can't we change the classic person type combobox with modern type control?
It does not work well because modern combo box only shows and searches on one field. Classic can do a lot more for now.
@@RezaDorrani ohh, thanks Reza ...
Hi Reza,
Has anything changed in the last few months? When I try to change the modern date picker there is no control for Value. Unless I have missed a step from your video?
Modern date picker now use selecteddate
@@RezaDorrani I really appreciate your quick response 🤗
Hey Reza, thanks a lot! I am trying to use a modern Form connected to a Dataverse table. Now Im having the issue that the auto generated comboboxes for the choice colums of my table do not show/select an item. The "DefaultSelectedItems" entry is empty and inserting "Parent.Default" does not work (Error). Any ideas?
The control is in preview so there would be issues. I believe the combo box issue is with most data sources.
In one of my recent videos (do not remember which or what steps I had taken) I did share the app which includes the update to get it to work.
Please share link to build the home screen as shown in the video
I have done many videos on gallery designs. Check my playlist on gallery.
@@RezaDorrani thank you. I will check them.
Hi, when i preview/publish the app, the datepicker calendar panel is super small, how do i resize that?
Currently there is no option to resize
Hi I am using a Modern ComboBox control and my Sharepoint List has a choice field that allows users to enter a new choice to add to the current ones. How do I allow the users to do this through the Power App with the modern control?
I have not tried this scenario so not sure
@@RezaDorrani i’ve found your videos very helpful. is this something you could look into and do a video about? There used to be a work around with legacy controls but for some reason it doesn’t quite work with the modern ones.
@@L-ps1003 I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
I remember seeing a video by Reza where he showed how to put a text label in a data card to display a combo box value. Now, I can't find that video. If anyone knows which video it is, please share the link. Thank you
I cannot find that either. Best to look into the playlists on my channel.
@@RezaDorrani thank you!
Hello reza, are you able to make a video using power app upload attachment files, using power automate push it into sharepoint list.
I can't find any video of it which tend to try doing it but it doesn't work
I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
Do you know when modern people picker is going to be available?
No
Please share the link to build the gallery home page
I couldn’t find it
ruclips.net/p/PLTyFh-qDKAiHlK4DgL5a24uEURYASZ-nC&si=8Ku67WR6g4WP9PjH
Hi Reza.. I need help to add data from power Bi data set to SharePoint list directly ... Would appreciate help
I do not have a video reference on this scenario and have not tried this scenario hence not sure. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Hi Reza, In Classic Text Input Control there is an property call Format, if we select number then restrict user to input text value to it. But similar property is not available in Modern Control. is there any way for number inputs in modern control?
Modern is in preview!
@@RezaDorrani Yes. I can see many useful properties of dropdown and combo box also missing.
@@RezaDorrani Since its in preview, is it wise to use in new projects?
@@RamyaSahu some controls are now GA. Check documentation.
I was waiting for the people picker field but it's not here:( I'm struggling there
ruclips.net/video/y90lDTHOm3k/видео.htmlsi=JnA-ijZTPZTJsJYc
Note: Currently, modern controls do not support person column
@@RezaDorrani oh i see. Thank you!
Recently tried using the modern controls on a mobile application but the font was way too small.
Agreed! Per control font styling is coming soon
Hi Reza, I have used the form in the modern section, and I have a field in my SharePoint list of type person that should automatically retrieve names from the directory. However I noticed that when I try to select a name I only see a few names and not all
Do you have any idea about the reason behind this issue ?
Thanks in advance for your assistance
Modern form is in Preview and it does not handle person column as of now.
Suggestion is to use classic control for now.
@@RezaDorrani can I leave the form in the modern section and just change the person type field to classic mode?
@@Kawtarkarmoussi Yes possible
@@RezaDorrani Okey thank you so much
hi reza, can i got link for databases? i wanna learn powerapps but i don't have any example data
Most of my recent videos has information about how to setup the data source (members only - check video description for details)
You skipped over the controls for the Assigned To field which is based on a Person column. How should this be handled?
I did not skip over it as I did not modernize it. Person type columns is currently not supported with modern.
Hopefully a modern alternative for the people picker control soon.
I have a separate video coming on people picker. A modern alternative option is available in creator kit.
@@RezaDorrani Look forward to it Reza.
Would also LOVE to see a use case of storing favorite people (users) to collection in app based on the specific logged in user along with ability to update that users collection on the fly. My use case only has approx 30 users max that can edit/write thru the app. Simulating a favorites distribution list per app user that eventually will be utilized in Power Automate for final report distribution (after Teams approval by manager).
@@tbone536 My video on people picker is recorded. Nothing related to favorites or storing info in collections is covered.
@@RezaDorrani sorry probably not the best place to propose my suggestion. Sincere apologies. 🙏
Is anyone else experiencing an issue with modern Text Input boxes set to multiline? It seems that if you try to insert text into the field, it will jump your cursor to the end of the text field after pressing a single key. It is incredibly annoying
That would be annoying for sure but not something I have experienced
@@RezaDorrani strange... I have everything up to date, and if I create a brand new text input box and simply set it to Multiline, it will have the issue. It types fine, but any time I try to go back in the text and insert something then it will instantly jump my cursor to the end
@@TisMeDA Might be a bug then. I’m not sure.
Hello Sir,
Could you please make a video about automated testing test engine.
Thank you,
Regards,
Changal Rayudu
I make videos when I receive multiple requests on a topic. Every quarter I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
People picker still not usable in modern design, such a shame
Modern combo box control is in preview
@RezaDorrani of course! Still a shame though when the other modern form uses are so nice!
@@Ploplox when feature goes GA, I expect it to have full parity with classic.
power apps its free ?
No
@@RezaDorrani i have office 365 and need to pay subs?
@@Qrballz Depends upon connectors you use. I recommend reading Microsoft documentation on licensing.
Hi Reza,
In the classic version, in the field related to workers in my company (coming form Sharepoint so in canva apps), I was able to see all emails. In the modern version, I see only part of the employees emails, do you know why?
I dont know why
Reza, I have a people picker field on old form, trying to swap with combo box but can't get the search to work, any idea
Thats why I did not do it :)
There is no good option with modern control.
@@RezaDorrani 😀 got it