Hey all,
The ultimate goal I have is to be able to, at the end of the form, display a list of species details that have been captured in a couple of fields in a repeat called 'Species'. This would be awesome for the ecologists to be able to see in one section everything they have captured instead of having to flick through all the records in the repeat.
I have used the code below in the calculation field and it works great for displaying 1 field like 'species name' but I have been finding it difficult to display additional fields.
join("\n", ${Species_Name})It would also be great to be able to number each item in the displayed list so that the users can see which record the details were captured.
Can anyone help point me in the right direction?