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 / Autopopulate fields in...
Power Apps
Answered

Autopopulate fields in an sharepoint list based on values from another field

(0) ShareShare
ReportReport
Posted on by

Hi everyone!,

 

I'm currently working on setting up a SharePoint list to facilitate the request of medical exams from one unit to another. Specifically, I want to include a dropdown list that displays the names of patients, and upon selecting a patient's name, the associated address, phone number, and email fields should auto-fill. I'm relatively new to PowerApps, and any guidance on achieving this would be greatly appreciated. It's worth noting that the database consists of approximately 100 patients.

 

Thank you in advance!

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hello @Francosg 

     

    this is quite simple to achieve:

     

    watch this video and it will work:

     

    How to create Cascading (Dependent) Dropdowns in Power Apps - YouTube

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Francosg,

    Cascading dropdowns is not a complex issue only if you have set all the column type as single-line-of-text.😂

     

    For Text columns, cascading dropdown is easy, just filter based on the previous dropdown selected.

    1). For PatientName dropdown, set the Items property as:

    List_Name.PatientName

    2). For dropdowns related to address, phone number and so on, just set the Items property and Default property as the same formula:

    LookUp(list_name,PatientName=Dropdown_Patient.Selected.PatientName,Address)
    LookUp(list_name,PatientName=Dropdown_Patient.Selected.PatientName).Address

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 510

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Vish WR Profile Picture

Vish WR 281

Last 30 days Overall leaderboard