Hello All,
I want to make a Gallery with the Items of my Sharepoint list, but only those Items which have Title = "BesID324"
Anybody have an Idea ? Sharepointlist = UpdateBesucher
I tried this on my Gallery.Items : LookUp(UpdateBesucher; Title = "BesID324")
But with this LookUp I only geht the first row and not all rows with Title = "BesID324"
Solved! Go to Solution.
Lookup only returns the first record that it finds. You want to use either Filter() or Search()
Filter(UpdateBesucher; Title = "BesID324")
Lookup only returns the first record that it finds. You want to use either Filter() or Search()
Filter(UpdateBesucher; Title = "BesID324")
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
248 | |
83 | |
36 | |
30 |
User | Count |
---|---|
299 | |
268 | |
117 | |
66 | |
45 |