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 / Power Apps Auto Popula...
Power Apps
Unanswered

Power Apps Auto Populate fields

(0) ShareShare
ReportReport
Posted on by Microsoft Employee
Hi Everyone new to Powerapps please bear with me.
I wanted to know if an auto populate functionality is possible in power apps.
So for example i have a form where in when a data encoder inputs the employee ID other fields will automatically populate with the data that is equivalent to the employee id like their name, department etc.
If its possible can someone point me to an article video tutorial or website where this is being shown?
 
Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    Yes it is possible. For example if your table name is SPList2 and columns like Title, ID, Name.

    If the user enters ID in TextBox1, you can auto populate
    Name as:

            LookUp(SPList2, ID= Textbox1.Text,Name )


    Title as:
         LookUp(SPList2, ID=Textbox1.Text,Title)

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
          

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi

    Thanks for the quick response. 

     

    a follow up question. 

    so for example instead of the employee ID can the data encoder input a few strings as well and a drop down on the name field would appear? 

    heres a scenario the data encoder cant find the employee id and tried to search for a name if he types in the first name is it possible that a drop down with different possible names would as result would appear? 

  • Pratrap Profile Picture
    13 on at

    Hi ohra,

    There may be a better solution but I suspect you would need to use the OnChange event and some JavaScript.

     

    Have a look at this - is this your situation?

     https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/267439/auto-populating-values-based-on-a-lookup-field-in-dynamics-crm/755934

     

    Pratrap

  • Min Rao Profile Picture
    187 on at

    suppose you have one "text input" and one "drop down", and you data source call "Employee"

    set value of you "drop down" to "name" (though properties) set [items] of you "drop down" to following:

     

       Filter(Employee, TextInput.Text in 'name') 

     

    Once you type string in text input, drop down will start to display filter result.

     

     * and better to set text input 's DelayOutput to true in order to reduce network request call.

  • eka24 Profile Picture
    20,925 on at

    Can you be more specific  with your scenario

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi  @Pratrap 

    Yep its he same scenario but what i have I believe is simpler.

    I would have to try first the native functionality of powerapps before diving on to JS.

    is this possible to apply to powerapps too the java script option?

    I have not yet created an app and we are basically doing a feasibility whether we can use this than what we currently have so far.

     

    Thank you so much for the reply i really appreciate it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Eka

     

    Ill have to try the first one that you have suggested. to let me test first powerapps in general and probably get back here once i encounter this issue.

     

    Thanks so much for your help

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard