Hello,
I'm a beginner of powerapps and I have a trouble to display data from my sharepoint list in a forms thanks to a textbox.
I would like the user to enter a number (the uniqque key) in the textbox, then all the information related to this number to display in the forms.
I tried to use the filter and lookup formula, but they don't work. I searched a solution on internet, but I couldn't find anything.
Can someone help me please?
Thanks for your help.
Jonas
Solved! Go to Solution.
In the Item property of the Form put:
LookUp(Datasouce,Column = Textbox1.Text)
or
LookUp(Datasouce,Column = Value(Textbox1.Text))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thank you very much for your answer!
This one works : LookUp(Datasouce,Column = Value(Textbox1.Text))
In the Item property of the Form put:
LookUp(Datasouce,Column = Textbox1.Text)
or
LookUp(Datasouce,Column = Value(Textbox1.Text))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thank you very much for your answer!
This one works : LookUp(Datasouce,Column = Value(Textbox1.Text))
User | Count |
---|---|
253 | |
109 | |
92 | |
48 | |
37 |