What do you mean?
i mean get the data from the airtable, then sum it, and show in on Label
You can do this:
![]()
but that only show 102030, it does not add all of it @.@
OK, then initialize a variable called ‘all items for sum’ to an empty list. Then, do:
For each item j in list list of values in (your airtable base)
in list all items for sum insert at last as j.
Then, do
sum of list all items for sum.
Closing this because it’s three years old and you already have a topic about this issue: Need help for display SUM (total) of a Airtable column in a label

