PowerApps | Patching Multi-Select fields, Date Pickers, Ratings, Sliders (7)

  Рет қаралды 7,590

Andrew Hess - MySPQuestions

Andrew Hess - MySPQuestions

3 жыл бұрын

This video comes from a question and that was how do you patch a multi-select field to SharePoint?
Part 1: • PowerApps with SharePo...
Part 2: • Video
Part 3: • PowerApps | Sliding Me...
Part 4: • PowerApps | Add Chart ...
Part 5: • PowerApps | Box-Shadow...
Part 6: • PowerApps | Patching a...
Part 7: • PowerApps | Patching M...
Part 8: • PowerApps | Quickly Cr...

Пікірлер: 15
@LeonardoMarcansoni
@LeonardoMarcansoni 6 ай бұрын
Helped me a lot! Thank u so much
@rafaelgomesUmbermash
@rafaelgomesUmbermash 2 жыл бұрын
Thanks from Brazil, thats helps a lot!
@andrewhess123
@andrewhess123 2 жыл бұрын
Thanks for watch Rafael!
@Chris-2-of-3
@Chris-2-of-3 10 ай бұрын
Hi, as for the combo box that worked great for me, but when I use instead a List Box I find I cannot remove the error from the Patch where it's expecting a text type for a table. When configuring the Combo Box field in Sharepoint under Settings, the Multi-Line Text box configuration for the Sharepoint field does not seem to accommodate the List Box options selected from the Patch. I'm wondering if the Combo Box can really be a multi-select List Box that can save those multiple selections to Sharepoint in the same manner?
@andrewhess123
@andrewhess123 10 ай бұрын
Hi Chris, Yes this is possible too, for a combo box to actually be a multi select listbox and then save those selections. Totally possible!
@17avskadoo
@17avskadoo Жыл бұрын
Though Combo Box allows multi select option. I am interested only in first 2 selection. In your case you concatenated all selected values and patch that to a one column. But my need is to get FIRST 2 selection and path that to 2 separate columns. Request you to guide me please.
@andrewhess123
@andrewhess123 Жыл бұрын
Hi Akshay, this would take a video, much more difficult scenario. Let me write it down.
@17avskadoo
@17avskadoo Жыл бұрын
@@andrewhess123 Thanks:)😀 In my Patch I am using below code while adding new row. But you can see its too big logic and hard to execute in update record context. Interim_1: Concat(FirstN(cmbIntrim.SelectedItems,1),displayName,";"), Interim_2: If(CountRows(cmbIntrim.SelectedItems) > 1, Right(Concat(FirstN(cmbIntrim.SelectedItems,2),displayName,";"), Len(Concat(FirstN(cmbIntrim.SelectedItems,2),displayName,";")) - Len(Concat(FirstN(cmbIntrim.SelectedItems,1),displayName,";")) - 1 ),"" ),
@ammarqadir8133
@ammarqadir8133 2 жыл бұрын
We are patching value of comboBox what is the benefit of using collection here?
@andrewhess123
@andrewhess123 2 жыл бұрын
Just using collection to simplify the equations. No true benefit here in this example, just learning... but "collections are useful for when we want an in-memory store for data. This is particularly beneficial because it enables us to share data between the screens in our application."
@andrewhess123
@andrewhess123 2 жыл бұрын
this is one of my older videos.. try a different one. kzfaq.info/get/bejne/ot6qiKx2xriYgGg.html&t
@ammarqadir8133
@ammarqadir8133 2 жыл бұрын
I get an error while patching the data, expected type is text and Table is found,
@andrewhess123
@andrewhess123 2 жыл бұрын
sounds like you are patching or submitting the combo box instead of the label
@ammarqadir8133
@ammarqadir8133 2 жыл бұрын
@@andrewhess123 YesI, true
@joenice242
@joenice242 2 жыл бұрын
I was waiting for how to update the amenities to an existing park.
Convert Multi-Select Choice Field to Checkboxes in Power Apps
14:12
Andrew Hess - MySPQuestions
Рет қаралды 14 М.
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 8 МЛН
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 20 МЛН
Patch vs Update vs UpdateIf in PowerApps (which one to use)
15:33
Alireza Aliabadi
Рет қаралды 25 М.
PowerApps Patch Function
26:45
Shane Young
Рет қаралды 212 М.
PowerApps Cascading Dropdown - See comments for 2021 version
14:24
Shane Young
Рет қаралды 315 М.
PowerApps Patch Multi Select Fields
8:45
April Dunnam
Рет қаралды 44 М.
PowerApps: Patch SharePoint Lookup, Person and Choice Fields
8:30
April Dunnam
Рет қаралды 63 М.
How to use Power Apps Patch with Updates for complex SharePoint columns
19:46
Wait! Solve Delegation Easily! In Power Apps Search
29:57
Andrew Hess - MySPQuestions
Рет қаралды 2,9 М.
Power Apps - 10 Tips using Date Picker Control in Canvas Apps
9:12
Power Apps Patch Function with All Dataverse Complex Column Types
19:01