hi everyone,
I just started with PowerApps and am currently building my first one. I'm struggling with a simple Issue.
I have a SharePoint list 'Test'. One column is a calculated on called 'CO2' and I want to have a text field in my app which gives me the sum of this column. I'm conviced that Sum('Test', CO2) should do the job but it doesn't.
Apparently the table is an unvalid argument type and a number value is expected. I have no clue why it's not working. Maybe it has something to do with the calculated column?
Thank you so much in advance!