PowerApps Create Collection From SharePoint List Column

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 20

  • @mojia9113
    @mojia9113 2 роки тому +1

    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.

  • @ChristianAndreassen
    @ChristianAndreassen 3 роки тому +3

    Great tutorial - no BS and straight to the point :)

  • @chintandd
    @chintandd 3 роки тому +1

    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
      @KeaPointTechTips  3 роки тому +2

      Yes, this is easy. Add the filter to the query when you are adding list data to collection

  • @W.Wallace73
    @W.Wallace73 2 роки тому +2

    Great content. How can I load a collection without bottom

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому +1

      You can load a collection on "On App Start" or "on Screen Load" function

    • @W.Wallace73
      @W.Wallace73 2 роки тому

      @@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?

  • @suhaimiabdazais
    @suhaimiabdazais 2 роки тому +1

    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?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      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.

  • @aashritsrhymeandactivities4911
    @aashritsrhymeandactivities4911 3 роки тому

    Very nice explanation. Please upload video for delegates in power apps.

    • @KeaPointTechTips
      @KeaPointTechTips  3 роки тому

      I will add this topic to my list to do. Thanks again.

  • @amberartis9189
    @amberartis9189 2 роки тому +1

    How can I just show a specific column from the collection list?

    • @KeaPointTechTips
      @KeaPointTechTips  2 роки тому

      Yes you can. You can specify which columns you want to include in the collection when you declare it.

  • @kotireddy1016
    @kotireddy1016 3 роки тому +1

    How to sign in sharepoint sir?

    • @KeaPointTechTips
      @KeaPointTechTips  3 роки тому

      Do you mean how to to sign up to office 365 services?

  • @jainugeorge9258
    @jainugeorge9258 3 роки тому

    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
      @KeaPointTechTips  3 роки тому

      What Issue you are getting in edit form?

    • @jainugeorge9258
      @jainugeorge9258 3 роки тому

      @@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.