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
)