Avoid 2000 records issue in Power Apps with Out of the box functions

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

КОМЕНТАРІ • 20

  • @DanielADamico
    @DanielADamico 4 роки тому +3

    Awesome content and tips! Thanks for sharing!

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

    Great! Keep the good work! Thanks!

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

    Thank you for sharing this very useful information.

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

    Do you know which data source you use in your example , I can then follow steps..thanks

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

    Hi! Awesome vid, thank you for sharing! Will the workaround affect performance since if my understanding is correct, it will basically collect all the items in the 15k row list? I've read that performance can be affected if the user is located in another geographic location (i.e., data source is in US and user is in India)

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  3 роки тому +1

      Yes there will be a small performance issue but as of now that is the only work around

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

    Hi,
    I have a list of data in Gallery. need to filter by Date, time and Text.
    my requirement is to filter the data in the gallery by date picker (Date and Time) and by text column. Can you suggest me the filter condition

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  3 роки тому

      What is the filter you have written and share me what is the issue you are experiencing so that I can help you better

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

    Thanks bro

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

    Sir can you make a video on Validations in Power Apps which has different types of Data like
    Text
    Number
    Email
    Hide password
    Hyper link etc
    Thanks in Advance 🙏

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

    My apologizes for not making myself clear, I meant did you download the student information file from the internet somewhere that I can too download and follow step by step....cheers

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

    • @krishnavandanapu-mvp9302
      @krishnavandanapu-mvp9302  3 роки тому +1

      The formula you are using is for gallery and you are experiencing an issue with Edit form. I don’t see any relation between these two. I strongly advise you to submit a ticket in powerusers.Microsoft.com community to get support

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

      I understand his issue and I am facing the same challenge. When a galary is populated by a collection and the galary is linked to an edit form,we can't use edit form to save data as the data is coming from the galary, which inturn getting it from a collection and not a table/list