Power Apps: Multiple Data Sources in one Gallery

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 22

  • @geralddahl9159
    @geralddahl9159 10 หลายเดือนก่อน

    Thank you for sharing this quality presentation.

  • @sivaperam1477
    @sivaperam1477 10 หลายเดือนก่อน

    Thank you Deepak, it's an excellent video and saves lot of effort to deal with loading more batches of data.

  • @shaiksamad1562
    @shaiksamad1562 10 หลายเดือนก่อน

    Deepak. Thank you for sharing such excellent tips with us. It's clear a lot of effort and talent went into making this video.

  • @babukurapati3822
    @babukurapati3822 10 หลายเดือนก่อน

    Thank you Deepak, as usual excellent video and very helpful tips !!

  • @arikshrestha9662
    @arikshrestha9662 9 หลายเดือนก่อน

    Love it. Thank you Deepak for this video. This is something that I was looking to incorporate in my app and I did not know how to achieve it until I found this video. I appreciate you sharing your knowledge to all of us.

  • @sunny48285
    @sunny48285 10 หลายเดือนก่อน

    Hi Bro your videos are very nice and helpful expecting more videos from you

  • @mohammadkamrulhossain3623
    @mohammadkamrulhossain3623 หลายเดือนก่อน

    Hi Deepak, thanks for uploading this amazingly useful work around. Would it be possible to apply filters based on specific columns on MData and show the results based on those filters?

  • @RedCloudServices
    @RedCloudServices 10 หลายเดือนก่อน

    Deepak thank you

  • @emmanuelmaceda2475
    @emmanuelmaceda2475 10 หลายเดือนก่อน

    Excellent vid! Thanks for sharing! Just wondering why you did not use Collect function to just keep adding to the initial collection created in OnStart? Was it because of performance issues? Or you just wanted the data in the gallery to be as "latest" as much as possible? I was also thinking if one uses Collect function in the more button, the user could navigate back to previous iterations without going back to "Home". Also, would there be a URL element in the result for "previous" and not "next"?

    • @DeepakShrivastava
      @DeepakShrivastava  10 หลายเดือนก่อน

      Performance is first reason . There is no back url but you. Can construct it easily I had plan to show it in video but didn’t to keep video a bit simple 😀. Tips: in next url there is parameter for page and it increase by number of items (i.e 10,20,30 etc) for previous page you just need pass the id of the previous page.

  • @christianvarriale3295
    @christianvarriale3295 7 หลายเดือนก่อน

    Hi Deepak, this video would be very useful for me but i have a question for you. If i don't want to request all the Sharepoint Lists but also one among the N-Lists, all of them with the same structure, storing the data always in a Gallery, is it possible? (in according to the type of user, i will get only the choosen list, how to say, something more general). thanks a Lot.

  • @PrakashKumar-nh1dd
    @PrakashKumar-nh1dd 10 หลายเดือนก่อน +1

    Great logic and coding, but some of the viewers are not that intelligent. So try to make video which could be understood and applied by people with less coding knowledge.

    • @DeepakShrivastava
      @DeepakShrivastava  10 หลายเดือนก่อน +1

      Appreciate, unfortunately we have to use a little bit of logic to avoid delegation issues.