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 / Default input to most ...
Power Apps
Answered

Default input to most recent entry for that particular user

(0) ShareShare
ReportReport
Posted on by 260

Hello

 

I am making a booking app, and to speed things up for the user I would like to have default values for car parking. 

I want the value for the Make and Model datacard, let's call it DataCardValue2, to default to that of the last entry by the current user.

The current user  is in ComboBox1, its default is 

 

{ 
 DisplayName:User().FullName,
 Claims:"i:0#.f|membership|" & Lower(User().Email), 
 Department:"", 
 Email:User().Email, 
 JobTitle:"", 
 Picture:""
}

 

 

Something that prepopulates the default, or places the last entry by that user in a little box under the input like in many online forms.

 

Any help would be appreciated

Conn

Categories:
I have the same question (0)
  • Verified answer
    v-mengmli-msft Profile Picture
    Microsoft Employee on at

    Hi @ConnM  ,

     

    Could you please share more details about your scenario? What data source are you using? Is it a SharePoint list?

     

    If you are using SharePoint list as data source, please find the DataCardValue2, set default as follows:

    First(Sort(Filter(SPList, User.Email = User().Email), ID, SortOrder.Descending)).'Make and Model'

     

    Best regards,

    Rimmon Li

  • ConnM Profile Picture
    260 on at

    Thanks Rimmon Li

     

    It is indeed Sharepoint. This worked, and it is delegable!

    It need a slight tweak to match the columns in my list for the user

    First(Sort(Filter(SPList, 'Created By'.Email = User().Email), ID, SortOrder.Descending)).'Make and Model'

     

    Thank You Very Much

    Conn

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 547

#2
WarrenBelz Profile Picture

WarrenBelz 444 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard