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 text input
Power Apps
Answered

Autopopulate text input

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

hi, i would like to autopopulate my 5 text input with the data from my dataverse, for example the user select an id into the text input and the other autofill automatically with other data

ame_0-1634019121805.png

thx

Categories:
I have the same question (0)
  • Verified answer
    CU-18081211-6 Profile Picture
    9,270 Moderator on at

    @Anonymous ,

    All you have to do is to set the default property of the text input controls with formula like:

    LookUp(table, ID=IDTextInput.Text, columnToBeReferenced)

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    did you have an example? so i need to put this in my second text input and not directly in first one?

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    i resolve thank you for the help

     

  • CU-18081211-6 Profile Picture
    9,270 Moderator on at

    @Anonymous ,

    Yes, in the Default property of each TextInput(except the one TextInput1 in my formula where the user will insert the ID) use:

    If(IsBlank(TextInput1.Text),"",LookUp(DataVerseTable,ID=Value(TextInput1.Text),YourColumnName))

     I used a if sentence to exclude the situation when the ID TextInput is empty. 

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 977

#2
Valantis Profile Picture

Valantis 664

#3
11manish Profile Picture

11manish 530

Last 30 days Overall leaderboard