How to Select MULTIPLE Items in Power Apps Gallery & PATCH

How to Select MULTIPLE Items in Power Apps Gallery & PATCH

Reza Dorrani

6 месяцев назад

38,835 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ZeyaulHoda
@ZeyaulHoda - 30.01.2024 16:15

Please make a video on this
I have a job application form which is built by using patch Functions.

In this I want to add Multiple Company experience (i.e. If anyone has 10 years' experience with 5 companies) with Role, Location, From date, To date, Organization Name and Job Type.

This fields may add for 5 or 10 times also depends on consultants as Naukri or LinkedIn Portal.

They select on(+) or add then the same repeating required details should be visible

How can I make this??? As I have prepared other information in form.

Ответить
@user-tq3zn1wm1k
@user-tq3zn1wm1k - 28.01.2024 17:07

Reza, thank you a lot for your videos and contribution in the Microsoft forum!
I would like to ask a question if you don't mind.
When I released my app, I noticed there is no multiple photo selection through the attachment control. That means I can't select some photos once at time when upload them. The issue is only on Android and iOS platforms through the PowerApp mobile app.
But,
It works fine on the web browser for any platform.
Researched and found nothing.
Any solutions so far?
Thank you

Ответить
@kamranpatel2998
@kamranpatel2998 - 27.01.2024 18:14

thanks raza for bringing awesome content very helpful

Ответить
@SafdarAli-qx2sm
@SafdarAli-qx2sm - 26.01.2024 14:31

Bravo

Ответить
@vengkateshr7290
@vengkateshr7290 - 26.01.2024 13:16

Hi Sir..Thank you for the video i found it more interesting so that i can use it in my work…I have one question as i am building a car booking application where users select the date and time using date time picker Power apps has to list down the list of available cars on the specific mentioned time..I couldn’t achieve this any suggestions please

Ответить
@EMiller500
@EMiller500 - 25.01.2024 22:42

Thank you so much, for this, Reza! So just to confirm: If I have a filter on my gallery ITEMS, and I click "Select all," it will select only those gallery items that are filtered, is that correct?

Ответить
@jaredt.4048
@jaredt.4048 - 24.01.2024 18:05

Reza, have you considered making a video on how to select favorites in a gallery and then filter the gallery by favorites only (Sharepoint list)? This would be very helpful for my facilities directly app! Thank you for the consideration.

Ответить
@SharePointGuy1986
@SharePointGuy1986 - 24.01.2024 09:25

Hi Reza,

Great content as usual! I have a quick side note question, and it might be a basic one. Is the marketplace for Power Apps canvas apps the same as SharePoint and Teams? I've come across the Power Apps Market apps, but they all seem to be for Model Driven Apps or D365.

If you could direct me to any reference documents on achieving this for Power Apps Canvas/Model Driven apps, I would greatly appreciate it.

Thanks for your fantastic content!

Ответить
@pjcruz7635
@pjcruz7635 - 24.01.2024 05:18

Thanks! Veryhelpfull!!

Ответить
@moeking5601
@moeking5601 - 24.01.2024 02:44

Just in time great video 👍👍, the only issue I'm having with this method is when I change the same drop-down twice it gives a network patch error this is because my collect is set on the drop-down Onchange property is there a workaround?

Ответить
@silumkomagwa389
@silumkomagwa389 - 23.01.2024 23:16

@RezaDorrani always showing us the SMART & CLEAN way to code. HIGH LEVEL, Thank you🤌

Ответить
@aravindricky2706
@aravindricky2706 - 23.01.2024 19:40

Speechless ❤

Ответить
@mizbhakhanum3974
@mizbhakhanum3974 - 23.01.2024 16:25

Hi Reza, I'm trying to create a multi select combo box in a gallery and patch those values (comma separated) back into sharepoint as text. Is this possible?

Ответить
@dougydoe
@dougydoe - 23.01.2024 14:24

Another great video presentation!! Always "stealing" your ideas to make my Apps more efficient. I've used the Remove with the OnUnCheck property of a checkbox recently on a gallery but I think your RemoveIf with the ID condition is more efficient so going to implement that. 😂I've made great strides with my Canvas App development and a lot of that is down to watching your videos. Thanks for always sharing and helping to make some of us better. Appreciated. 🤣

Ответить
@titoleto
@titoleto - 23.01.2024 10:53

Hi @RezaDorrani,
First of all, forgive me for making this comment. I follow you regularly and I love your videos but there is something I would like to correct, with the code you have put in the Update. The most optimal way would be with this code:
Patch(
'Issue Tracking List',
ShowColumns(
colData,
"ID",
"Status",
"Priority"
)
);

because the way you are doing it, it is updating all the columns in the list and the most effective way is to update only the two columns you are updating.

Ответить
@adityadeshmukh3150
@adityadeshmukh3150 - 23.01.2024 09:17

It's just awesome!! ❤🎉

Ответить
@praveeng3921
@praveeng3921 - 23.01.2024 07:57

Always as Interesting video, Thank you for this.

Ответить
@gabrielako3164
@gabrielako3164 - 23.01.2024 06:17

Awesome! 👏👏👏👏. I was just searching for this exact tutorial earlier today. Thank you Reza

Ответить
@imran002ali
@imran002ali - 23.01.2024 04:54

Hi Reza, I am totally speechless, I ran out the words, this is just MARVELOUS!! Thank you!! 🌟🌟🌟🌟🌟

Ответить
@rarun0080
@rarun0080 - 22.01.2024 21:59

Great Video Reza! very useful. I am looking to complish similar one using Comb box multiselect and trying to update the values at backend(dataverse). The columns I am trying to update are lookup columns. If you have done similar work around this requirement can you share the link to your video. Thank you so much.

Ответить
@ramitkishoresaha9437
@ramitkishoresaha9437 - 22.01.2024 19:53

Updating 500 items were very fast. I did not expect that! ❤

Ответить
@petsworld000
@petsworld000 - 22.01.2024 19:31

Ответить
@arunv1909
@arunv1909 - 22.01.2024 18:36

as always- great video , thanks . Hoping for videos on Power automate too please in future

Ответить
@tylerkolota
@tylerkolota - 22.01.2024 17:42

I literally just had to build this last week while developing an app. But I for some reason did it a little different using an IsSelected column in the separate collection instead of just adding & removing from it.
But if I go back & better match this set up, I can link to this video & avoid doing documentation for that part of the app.

Ответить
@nico_ruge
@nico_ruge - 22.01.2024 17:08

YES, I am about to launch a power app in our production facility and needed THIS special functionality, Thanks!!

Is there a way to check all items that has a special value in a Column? For example, select all items that have "January" in the "Month" Column?

Ответить