Hi there, I am only a few weeks into using Flutterflow so please excuse me if this is a simple fix
I have been trying for the past week to calculate the SUM of a list field which is full of integers by using a code expression
I am creating a document and passing various $ amounts into the same document field (labelled as holding a list of integers) by using the "add first item" list update type each time the user completes a form and presses the confirm button via a backend call.
I am then trying to have a text widget display the SUM of all the values in this field