Database insert: set value to two posted fields added together

I have a form which has two input fields. In my server action I’m using the Database Insert and I want one of the fields to be the two posted form fields added together, eg.

{{$_POST.field1}}+{{$_POST.field2}}

It seems to be storing the value in $_POST.field1 and ignoring the rest.

How should I be doing this?

Community Page
Last updated: