@oemmanuelli adding to what @edgonzales has said and in case it helps you at all, I've just done some screenshots of how you could do it without Excel. I find de-bugging expressions can be easier if I break everything down into smaller pieces so we've got a series of Compose controls and enter add() expressions to them until we get the grand total of all 7 fields from the form:
This is the form:

The flow triggers when the form is submitted and we get the response details. Next, in the Expression tab (circled) we enter an add() expression for fields 1 and 2 and wrap them in int(). When you are entering the expression you can still select the fields from your form from the dynamic content tab.

We then build up the other Compose controls, ending up with a Compose for the Grand Total:

In my example I've sent an email rather than create a document but you can tailor the final action to whatever you want. You'll see that the grand total is added from the output of the final Compose control.

The resulting email is:

Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.