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 / text field populate fr...
Power Apps
Answered

text field populate from SharePoint list

(0) ShareShare
ReportReport
Posted on by 79

Trying to use a search field to look up a SharePoint list and return text in a specific column to a text field in my PowerApps

 

1) Data Source = Draft

2) Lookup text = search.Text

3) return value = Q1 Notes

4) Location to place data = Q1_Notes_1.Text

 

Below is what i have tried but can't get it to work,

UpdateIf('Draft ', 'Q1 Notes' = search.Text, {Q1_Notes_1.Text: 'Q1 Notes'})

Categories:
I have the same question (0)
  • Verified answer
    Meekou Profile Picture
    on at

    For PowerApps, you could not set the text for control directly, you could bind the value to a variable and then update the variable value.

    Here is detail steps:

    1. Set search text input OnChange event like below
    Set(
     Q1_Notes_1Value,
     LookUp(
     MockDataSource,
     SearchField = search.Text
     ).ReturnField
    )
    • Set Q1_Notes_1 text input default value with
    Q1_Notes_1Value

    Best Regards,

    Meekou

    YouTube

    PowerApps

    PowerAutomate

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,074

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 606

Last 30 days Overall leaderboard