Announcements
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
thx
@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)
did you have an example? so i need to put this in my second text input and not directly in first one?
i resolve thank you for the help
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 977
Valantis 664
11manish 530