PowerApps tip - Part 1 - Get more than 2000 items and use filter with the same in Powerapps

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 82

  • @GoogleUserGT
    @GoogleUserGT Місяць тому +1

    Good video that explains a workaround for a hectic Microsoft constrain! Good job!

  • @neuralsound8878
    @neuralsound8878 2 роки тому +3

    Hi all, great vid, just wondering what ActivityColl is referring to? I can't make it work because I'm not sure what to point that to in my setup.

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

      Hello, ActivityColl is a collection that contains filtered data from the list ActivityList based on ActivityCount which contains the ID of the item.

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

      @@tech365. Can you please provide some more information on this? I am still unable to figure out something corresponding to ActivityColl in my app.

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

      It is just a collection name....you can use any name as your wish....collection name is something which we define

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

    At 8:37 ~ What is 'Name of the collection' i.e. ActivityColl?

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

      And how can I find my 'name of the collection' ?

    • @tech365.
      @tech365.  2 роки тому

      Hi Jay,
      ActivityColl is a collection where I am storing all data from the list. ActivityColl is just a name, you can have any name there.

  • @ChristosAmpatzidis
    @ChristosAmpatzidis Рік тому +1

    Have you noticed any performance issue using this work around?

    • @tech365.
      @tech365.  Рік тому +1

      Upto 5000 works fine beyond that it may lag

  • @livethislove
    @livethislove Рік тому +1

    Can you actually select the item to go on a custom form? I have 2600 people that I need to just be able to select a single person and add it to the form.

    • @tech365.
      @tech365.  Рік тому

      If I understood your question correctly that there 2600people list item and if you select 1item then a custom form will open and with selected people..then to answer question yes it is possible

  • @sarathnaidu2725
    @sarathnaidu2725 4 місяці тому

    Will this even work for SharePoint documents library

  • @jithiljohn2961
    @jithiljohn2961 Рік тому +1

    Hi, thanks for the video. Can you please explain how to create an index column as well.

    • @tech365.
      @tech365.  Рік тому

      Hello... will update you soon

  • @charleschen7508
    @charleschen7508 Рік тому +1

    Can you add additional records into the SharePoint list? can activitycount update its new data accordingly?

    • @tech365.
      @tech365.  Рік тому

      Basically activitycount stores the I'd of the item...you need to update it...while creating the new item you can make 2nd call to update acitivitycount

    • @charleschen7508
      @charleschen7508 Рік тому

      @@tech365. Thank you. But sorry I still don't understand how to make activitycount working like in this video. It will be better if you can make another video to explain activitcount.

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

    how to get that id( generated after creating item) to ActivityCount column( which is number type)

    • @tech365.
      @tech365.  2 роки тому

      Use this Set(Result, Patch())...so patch function returns a record and it will get saved in Result.,then you can use Result.ID

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

      @@tech365. how that Result.ID pass to ActivityCount column in sharepoint list

    • @tech365.
      @tech365.  2 роки тому

      So there will be multiple patch...one Set(Result,Patch(source,Defaults(source),yourdata).,then in second Patch(source,Result,yourdata to save Activity count)

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

      @@tech365. thanks

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

    Is it ok to use collections to fetch more than 2000 records ? They consume network and memory .

    • @tech365.
      @tech365.  2 роки тому

      Upto 5000 I think it will be ok...It depends on what you want. You can use these solution in different way also

  • @NP-zg3hq
    @NP-zg3hq 3 роки тому +1

    How do you assign activitycount otherthan using calculated column, are you using flow for an existing document library in sharepoint

    • @tech365.
      @tech365.  3 роки тому

      I am using multiple call in powerapps to update the column.... First save id will be generated. Then update the same item with id

    • @NP-zg3hq
      @NP-zg3hq 3 роки тому +1

      @@tech365. I got worked by adding a new column 'year' and used clear collect. By this I got abot 3200 files.
      But when I add a new file (directly in sharepoint ), it is not showing in power apps collections.
      I tried clear collect, also tried refreshing datasource, but no use.
      Only showing items already there in sharepoint when the app was created, not showing any new records

    • @tech365.
      @tech365.  3 роки тому

      How year column is getting updated?

    • @NP-zg3hq
      @NP-zg3hq 3 роки тому +1

      @@tech365. using power autimate, unfortunately the flow was not working as expected, so the columns didn't updated.
      It is rectified and flow is running.

    • @tech365.
      @tech365.  3 роки тому

      @@NP-zg3hq Oh great

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

    Amazing ,very informative, looking forward for other videos.👍

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

    Hi, thanks for the great information. Could you help me to associate the ID column to the Indexed column that I just created? I've created the indexed column but they have no values, I'm not sure how to give the ID as the value for my indexed column. Thankyou

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

      So, when you creating item in Sharepoint, whatever way you are using you will get the ID in return. then you need to update the same record with returned ID

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

      @@tech365. Hi, based on your videos, column ActivityCount must has the same number with ID Column?

    • @tech365.
      @tech365.  3 роки тому

      Yes..

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

      @@tech365. thanks, now i can use your solution :)

    • @tech365.
      @tech365.  3 роки тому

      Great 👍

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

    Hi I have a date picker for searching the data but the picker is not working for previous year. only picking the current year can you please guide me how to resolve this

    • @tech365.
      @tech365.  3 роки тому

      Hi... Yes sure... Could you please provide more details like how many records are there and how you are filtering the data.

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

    Thanks for your video! It's very helpful! just a question that how to edit the content of this list? The data source of the EditScreen is probably ActivityColl which will be updated after submit the form. how to reflect the change to the original SharePoint list "ActivityList"?

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

    Am I able to apply this method using excel file instead?

    • @tech365.
      @tech365.  3 роки тому

      Hmm.. Not sure on this... Need to check

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

    How to build akp in power app

    • @tech365.
      @tech365.  3 роки тому

      PowerApps itself available as apk. Means you can download PowerApps from Play store. and all the apps which is developed in powerapps within your organisation and shared by the users will be visible in PowerApps application

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

    Great Video!Thanks. And I am wondering where I can find your next video , PowerApps tip - Part 2(attachment to document library)

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

      Thank you....Will be coming soon this week...

  • @jaladanapurnima1447
    @jaladanapurnima1447 Рік тому +1

    Hi Subham, Great Video, thanks for your efforts.
    What's the maximum data limit we can get by using this method. My data source is SQL.

    • @tech365.
      @tech365.  Рік тому

      I never tried with SQL but with my approach if it work with indexed column, then you can get as much as you want, but remember heavy data performance will be decrease

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

    Hi Shubham, thanks for the video! It worked out great :). Just one question: with the limit of 2000 rows I could use ThisItem.Attachment to get the images of that item. After exceeding this limit by using the method in your video the ThisItem.Attachment is not showed anymore .. Do you know how to fix this?

    • @tech365.
      @tech365.  2 роки тому

      Need to check this...I will and get back to you soon

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

    Thanks for the video, very elucidative ! do you think That 4000 is a good amount to Run the app without any major concerns?

    • @tech365.
      @tech365.  3 роки тому

      For 4000 i don't think there will be any issue...

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

    how to you configure the ActivityCount in Sharepoint?

    • @tech365.
      @tech365.  3 роки тому

      ActivityCount is a column which can have the value Id of the item... So how can you save it... It depends on how you are saving item.... If from powerapps then first you need to create item & you will get id of the item in return... Then update the same item with the return id

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

      Hi Shubham, could you please help with the “colum activitycount” i have 0 results at the final, regards

    • @tech365.
      @tech365.  3 роки тому

      Yes...Create one number column and index that column.... Now whenever any item is getting created, update that index column with the item id.... So in powerapps will get the data based on that index column...

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

      @@tech365. Hi, how do you update the index column with the item ID? Is that done in powerapps or in sharepoint? Thanks

    • @tech365.
      @tech365.  3 роки тому

      @@hevj27 In powerapps...

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

    Informative video, pls keep make new videos

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

      Thank you... Yes sure...

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

    Thank you so much briooo.. really useful

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

    Great job…very helpful

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

    Thanks for sharing knowledge

  • @johannaperezjerez9204
    @johannaperezjerez9204 Рік тому +1

    Thanks a lot!!!!!

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

    Thank you so much Bro

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

    It's working 👍

  • @MuhammadAdnan2.0
    @MuhammadAdnan2.0 3 роки тому +1

    bro go basics to advance in power apps

    • @tech365.
      @tech365.  3 роки тому

      Yes.. Will do soon

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

    Nice

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

    excelente. me funciona super para 6.000

    • @tech365.
      @tech365.  3 роки тому

      Genial ... gracias