Unfortunately, there is no such expression. You need to loop through all instances and sum up all values:
> Global (or local) variable TotalAmount
For each Coins : Add Coins.CoinValue_IV to TotalAmount
Hi, thanks for your quick ersponce.
I tried that but sadly it doesn't work, the TotalAmount_GV does not stop adding numbers, I even added a triger once to it.