Skip to main content

Notifications

Community site session details

Community site session details

Session Id : HTR7Y+pmkAo8O0fOYiWIet
Power Up Program - Building model-driven apps w...
Suggested answer

Library App

Like (1) ShareShare
ReportReport
Posted on 14 Mar 2025 16:54:45 by
I have imported the solution as per the tutorial, however during the overview i then get an error asking me to sign in and then further error stating a Dynamic 365 window could not open. I then moved on to the first demo and check a book out, which all works however when i then go to check the book back in via he loans check out /in the book is not showing out checked out, even though it shows it is in the loans. I don't want to move on till i have resolved the issue.
Categories:
  • Suggested answer
    venturemavenwil Profile Picture
    326 Super User 2025 Season 1 on 15 Mar 2025 at 02:24:42
    Library App
    I have suggested the following modifications to one of the learners in the past
     
    Instead of Search(Loans, txtSearch.Text, pu_studentfullname), Use instead:
     
    If(
        IsBlank(txtSearch.Text),
        Loans,
        Search(Loans, txtSearch.Text, pu_studentfullname)
    )
    In the gallery items parameter. This will make sure that the gallery displays successfully at all times. 
  • w.p Profile Picture
    635 on 14 Mar 2025 at 17:05:52
    Library App
    can you try typing something in the search for student.

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 146,508 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,431 Most Valuable Professional

Leaderboard

Featured topics

Loading started