web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Defaults not loading p...
Power Apps
Answered

Defaults not loading properly on a dropdown menu

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a canvas app with multiple screens.

 

When I first load the page, the defaults load as expected:

 

Screen Shot 2020-07-25 at 4.00.13 PM.png

 

Then I click away to another screen, like the Time Slots

 

Screen Shot 2020-07-25 at 4.00.30 PM.png

 

When I click on "Scheduling", it brings me back to the original screen, but the defaults aren't loading properly

Screen Shot 2020-07-25 at 4.00.57 PM.png

 

Default on each dropdown:

 

It checks to see if there is a record, if not, return a blank. Otherwise return the record 

 

If(
 IsBlank(
 First(
 Filter(
 'OneEng Candidates_Interviewers',
 MorningOrAfternoon = drpdownMorA.Selected.Value 
 && 
 IVSlot = Value(Label_Slot1.Text) 
 && 
 Interviewer.'Full Name' = ThisItem.Interviewer.'Full Name' 
 && 
 Event.Name = SelectedItem.Name
 )
 ).Candidate.Name
 ),
 "",
 First(
 Filter(
 'OneEng Candidates_Interviewers',
 MorningOrAfternoon = drpdownMorA.Selected.Value && IVSlot = Value(Label_Slot1.Text) && Interviewer.'Full Name' = ThisItem.Interviewer.'Full Name' && Event.Name = SelectedItem.Name
 )
 ).Candidate.Name
)

 

Why are the defaults not loading properly when I click back to the screen? 

Categories:
I have the same question (0)
  • Verified answer
    KrishnaV Profile Picture
    5,023 on at

    Hi @morall,

     

    Use the global variable and use that when jumping across the screens:

    Set(varSelItem,thisItem)

    Note: Ensure that you replace all the places where you are using it.


    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    Krishna
    If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.

     

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

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard