I'm attempting to pull a specific field's data from a repeat into a feature report table. The table is a static list of all the possible values and I'm attempting to have a checkbox populate next to each value that was present in the repeat table.
For instance, I have values A01, A02, A03, A04, etc. If A01 and A04 were entered into the repeat table, then I'd like to have a checkbox show up next to the value in the static feature report table.
I've attempted to get this to work by using ${fieldname | checked: "value"} next to each value and including ${#repeatname} ${/} at the beginning and end of the table. I've also tried doing this with no table and without the repeat name, but can't seem to get it to work. The basic checkmark function will work, but the table or list repeats each time.
How can I pull out just the data from the repeat field without the table repeating? Thank you!