Very clearly explained and demonstrated. Thank you. Also please make a video on different power app UI controls and how to use them on respective occasions.
Great but, after that, how do you submit the result to another sharepoint list (mapping to the correct columns on the new list). To give context, I have a survey, I'm pulling up the cascading data from one list but want the responses to go to another list. Thank you in advance for all your help!
@@KeaPointTechTips hi, thanks for replying back. Yes, I managed to create the connections, however, when I do the submit it does not copy the data from the cascading drop-down to the specified survey list.
6:22 - I just mimic' d this and "Result" is not recognized. I must be missing something. Update: I guess "result" is now "value" in PowerApps current version (?)
How do I do if I want that the data that I select in a dropdown that came from another sharepoint list, that I want it enter the value selected in a label or text field to be able to save this value in another sharepoint list ?
Hi there, I made a cascading dropdown in power app using share point list and it is working fine. But I need to implement a search property also in cascading dropdown. Would you please help me
Here I am using 'add columns ' property.(crewmembers is choice column)Because of delegation, search property is working only in first 2000 items. But I want the recent items.
How do I find somethin *like. So find all the countries that are like U, which would give United States, UK, Uganda then I can select the country I want
Very clearly explained and demonstrated. Thank you. Also please make a video on different power app UI controls and how to use them on respective occasions.
Thanks. Sure I will
Great but, after that, how do you submit the result to another sharepoint list (mapping to the correct columns on the new list).
To give context, I have a survey, I'm pulling up the cascading data from one list but want the responses to go to another list. Thank you in advance for all your help!
Possible, you can make connections to multiple lists in powerapps.
@@KeaPointTechTips hi, thanks for replying back. Yes, I managed to create the connections, however, when I do the submit it does not copy the data from the cascading drop-down to the specified survey list.
Amazing information and video! Please keep it coming. Thank you!
Thank you! Will do!
Great videos! Quick and to the point. How do you create a form on power app where a set of fields are displayed based on an option button value?
You can use the field visible properties to hide/show fields.
@KeaPointTechTips how I can connect these cascade dropdown fields to enter data into a SharePoint List?
You need to use patch function to save this data to SP list
@@KeaPointTechTipscan you make a video of how to connect this to a SharePoint site so users can utilize it?
@@KeaPointTechTips Can you show us how to do that please I badly need learn it thanks in advance!
Can we do cascading with choice columns?
If yes, please tell me how to do it.
Yes you can,. I will add this topic in my to do videos list.
Thanks, helped a lot
Glad it helped
Hi. Need to connect office 365 user list and updated the seleted data in MS list. Do you have any idea regarding that?
You can use PowerShell to export office 365 users data and then upload it to a SharePoint List.
Really nice and useful👌👌
Thanks a lot 😊
simple and usefull......
Thanks.
great work.
Many many thanks
6:22 - I just mimic' d this and "Result" is not recognized. I must be missing something. Update: I guess "result" is now "value" in PowerApps current version (?)
That is correct, someone else also said the same thing
How do I do if I want that the data that I select in a dropdown that came from another sharepoint list, that I want it enter the value selected in a label or text field to be able to save this value in another sharepoint list ?
Hi, This is possible but will need to practically implement it. I have no video which covers this scenario.
Can you please create similar video for cascading dropdown using modern controls?
sure.
How to cascade with Choices columns? and using Combox not Dropdown
I need to make another video on this. I will add it in my to do list.
How do you patch the selected item to a sharepoint list?
thanks!
This article will help you sharepains.com/2021/01/13/patch-field-type-sharepoint-power-apps/
Hi there, I made a cascading dropdown in power app using share point list and it is working fine. But I need to implement a search property also in cascading dropdown. Would you please help me
Check the answer to your question on this thread
powerusers.microsoft.com/t5/Power-Apps-Ideas/Searchable-Drop-Down-control/idi-p/45475
@@KeaPointTechTips I used 'Allowed values' as control type. still there is no option for searching
Hi, just use ComboBox control instead of drop down and apply the same configuration.
Is there any way to pick up recent 2000 items from SharePoint to power app gallery. Because now it is taking 2000 items from begining
You can use a query something like this
Lookup(
YourListName,
First(
Sort(
YourListName,
ID,
Descending
)
)
)
Here I am using 'add columns ' property.(crewmembers is choice column)Because of delegation, search property is working only in first 2000 items. But I want the recent items.
Can I do this in SharePoint too? Thanks
How do I find somethin *like. So find all the countries that are like U, which would give United States, UK, Uganda then I can select the country I want
You can add search capability to the dropdown choice column in PowerApps. I will try and make a video this week.