Hi
I have two lists in SHAREPOINT, one named GeneralSpecGroups and the other named GeneralSpecPopulation.
In the GeneralSpecGroups list I have a column called Group Name and a Lookup column called GroupToPopulation that is connected to the GeneralSpecPopulation list to the Population column.
I want to display the GroupToPopulation column in powerapps within a gallery whose database is GeneralSpecGroups.
How can i do it?
I tried this, but got an error:
Working.
There was something with my lists.
I deleted them and created new.
Thx
Its perfectly working for me....
I created both list and columns as mentioned by you.
Inserted a gallery and connected with GeneralSpecGroups
Inserted a Text label field and added below code in Text property
1. Try to reconnect the datasource in gallery
2. Make sure the datatype of SharePoint columns and gallery items correct.
3. Try to create new Gallery if its not working incase there is no issues in data types.
I don't want to insert, just to display the text in the GroupToPopulation column which is Lookup type
Trying this also.
Still got an error
If you want to insert, use combo box and give below query in item property :
ThisItem.'GroupToPopulation '.Value
You dont not need to filter it again using Lookup function. In SharePoint itself you already connected with Lookup function.
Directly you can able to visible the items.
ThisItem.GroupToPopulation.Population
try this one
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2