Skip to main content

Calculate a Repeat Field

I want to sum the amount in the 3rd column of the repeater field Amount and display the sum in the numeric field labeled Total. it doesn't work and the documentation screenshots don't match.

Calculate a Repeat Field

Sarika Sarmin

Hello Ashley HarrisonΒ looks like you're using a repeater container field. Could you try the repeater field? The calculation expression should look like {repeat.repeater_field.3}, where 3 represents the column serial. Also, numeric repeat fields do not have a prefix level option. Here's a detailed tutorial.

Ashley Harrison

Thank you! This worked! Sarika SarminΒ