Thank you, this was very useful. I was struggling to get all contents to the app but after I created the collection I could access all the list contents.
thank you - how to add list data to collection based on condition. e.g. add list of data to collection only when status = "Closed". Can we achieve this?
@@KeaPointTechTips Thanks for answering. I have a question, my collection does not bring the title names, instead it placed me field_1, field_2, etc. Do you know why this behavior and how to fix it?
Done subscribed. Thanks for sharing. On what scenario better to use collection and or direct taking from sharepoint list? If we use collection, how the auto refresh of the items in share point will take place?
You are welcome. I use collection when I have to do bulk operations on list, e.g. adding /updating multiple records at once. You can also combine multiple collection and can get more than 2k records from a list. Collections are much faster to work with.
Hi, my item property for gallery is "SortByColumns(Search(AddColumns(ProjectCollection,"CrewMemberValue",CrewMember.Value),TextInput2.Text,"CrewMemberValue"),"Date",Descending)". ProjectCollection is a collection. But the edit form is not working for collection. Would you please help me to sort out the edit form
@@KeaPointTechTips I set data source as collection and item property is gallery.selected. but nothing comes in edit form. The actual source is SharePoint list and I am fetching recent 500 items using a collection.
Thank you, this was very useful. I was struggling to get all contents to the app but after I created the collection I could access all the list contents.
Glad it helped!
Great tutorial - no BS and straight to the point :)
Thanks :)
thank you - how to add list data to collection based on condition. e.g. add list of data to collection only when status = "Closed". Can we achieve this?
Yes, this is easy. Add the filter to the query when you are adding list data to collection
Great content. How can I load a collection without bottom
You can load a collection on "On App Start" or "on Screen Load" function
@@KeaPointTechTips Thanks for answering. I have a question, my collection does not bring the title names, instead it placed me field_1, field_2, etc. Do you know why this behavior and how to fix it?
Done subscribed. Thanks for sharing. On what scenario better to use collection and or direct taking from sharepoint list? If we use collection, how the auto refresh of the items in share point will take place?
You are welcome. I use collection when I have to do bulk operations on list, e.g. adding /updating multiple records at once. You can also combine multiple collection and can get more than 2k records from a list. Collections are much faster to work with.
Very nice explanation. Please upload video for delegates in power apps.
I will add this topic to my list to do. Thanks again.
How can I just show a specific column from the collection list?
Yes you can. You can specify which columns you want to include in the collection when you declare it.
How to sign in sharepoint sir?
Do you mean how to to sign up to office 365 services?
Hi, my item property for gallery is "SortByColumns(Search(AddColumns(ProjectCollection,"CrewMemberValue",CrewMember.Value),TextInput2.Text,"CrewMemberValue"),"Date",Descending)". ProjectCollection is a collection. But the edit form is not working for collection. Would you please help me to sort out the edit form
What Issue you are getting in edit form?
@@KeaPointTechTips I set data source as collection and item property is gallery.selected. but nothing comes in edit form. The actual source is SharePoint list and I am fetching recent 500 items using a collection.