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 Apps
Unanswered

Lookup from List

(0) ShareShare
ReportReport
Posted on by 8

Good morning,

 

Spent a decent amount of time looking for the correct syntax but seem unable to get it right. This is a first attempt at building an App because I couldn't get it right with forms and thought it would be a good start to learn.

Purpose of the app. We have different departments with different processes. I need to create an app accessible from the Intranet SP site where users will log issues with processes.

 

I have a MS List with three columns, at the moment. 

Dept, Process and 'Process Owner'

Cascading drop down filtering from the Dept to the Process. This is working.

First drop down is 'Dropdown1_Dept

Second is 'Dropdown_Process'

 

I'd like to display the 'Process Owner" name in a text box once the Process has been selected.

Formula:  

LookUp(ProcessesMasterList,Dropdown_Process.Selected.Value=Process,'Process Owner')
tired this
LookUp(ProcessesMasterList,Process=Dropdown_Process,'Process Owner')
tried this as well
Lookup(ProcessesMasterList, Column Process = dropdown_process.selected.value, column 'Process Owner')
 
Advice please?
 
PM

 

 

Categories:
  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @PietM ,
    Are you putting this code in the Default of the Text Input ? I cannot see your data, but suspect that 'Process Owner' is a Person field ? If so

    LookUp(
     ProcessesMasterList,
     Process = Dropdown_Process.Selected.Value
    ).'Process Owner'.DisplayName

    Also and /or Process is a Choice field

    LookUp(
     ProcessesMasterList,
     Process.Value = Dropdown_Process.Selected.Value
    ).'Process Owner'

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • PietM Profile Picture
    8 on at

    Hi Warren,

     

    Thanks for the response!

    The List looks like this

    PietM_0-1716719290466.png

    I used a Text Label with a formula:

    PietM_1-1716719424044.png

     

  • PietM Profile Picture
    8 on at

    Advanced Properties

    PietM_2-1716719797249.png

     

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @PietM ,

    It seems that Process is a Choice field and 'Process Owner' is a Text field as you are getting no errors. Again, I cannot see your data, but providing the Process matches the value selected in your drop-down, the label should show the 'Process Owner' from the matching record.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • PietM Profile Picture
    8 on at

    @WarrenBelz 

    Thank you for helping. I'm not sure what you mean with not seeing the data, but I'll take a chance that you are referring to the MS List that I'm using as source?

    The list was created from an Excel sheet I imported. 

    Department, Process and Process Owner are all Single Line of Text in the settings of the List. I did not make any of the columns a Choice. At the moment the Process Owner is just a name although I might need to add the Display Name and address of the person in additional columns to be able to use it to email the process query to them.

  • PietM Profile Picture
    8 on at

    I think I managed to get it. Code below gave me a result in the text box. Thank you for the guidance!

    LookUp(
        ProcessesMasterList,
        Dropdown_Process.SelectedText.Value=Process,
        'Process Owner'
    )
     
    PietM_0-1716754886041.png

     

    I can now move on to the next to allow for a Text Input section that will create an item in a new SP List that will then email the Process owner with the query.

     

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard