Hi,
If i have a list on SharePoint with name1 and a number column which keeps increasing based on my count in power apps - how can i show the total number which is currently just reflected in my SharePoint list column also as an automated label within my power apps screen?
Thanks,
Su
Solved! Go to Solution.
Hi @Sussan ,
You can put below formula on Text property of a label to display column value from SharePoint -
LookUp(name1, ID = 1 <OR ID of item>, ColumnName)
Hi @Sussan ,
Would you like to have the sum for all records of a sharepoint column.
Hi @NandiniBhagya20 ,
No, just one record which is updating based on the count that i am putting on my screens. On the sharepoint it is already showing the sum but i want to have that reflected in my screen too.
Hi @Sussan ,
You can put below formula on Text property of a label to display column value from SharePoint -
LookUp(name1, ID = 1 <OR ID of item>, ColumnName)
User | Count |
---|---|
252 | |
107 | |
88 | |
51 | |
44 |