Skip to main content

Notifications

Power Up Program - Build A Canvas App
Unanswered

Loans gallery object is not showing the list in my Library App

(0) ShareShare
ReportReport
Posted on by
Hello,
During the Power up training when I first set up the gallery object it was listing the objects correctly. 
 
Now it no longer shows the list of my loans.  I know the data exists. but items are not visible. 
Here is the code for the gallery item: 
Sort(
    Search(// the table required
       Filter(Loans,IsBlank('Date Returned')),
        txtSearch.Text,
        StudentFullName
    ),
    'Date Loan Start',
    SortOrder.Ascending
)
 
Categories:
  • IS-11091323-0 Profile Picture
    IS-11091323-0 12 on at
    Loans gallery object is not showing the list in my Library App
    )Hi ,

    Your code seems to be good. I'll suggest you to restart the app or reload the datasource.
    You can also check if there actually data exists using Countrows(Filter(Loans,IsBlank('Date Returned'))).

    Also, Could you please check whether the TextInput Control has Some default value or it was only text Hint which I can see in Screenshot above?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,867

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,174

Leaderboard

Featured topics