I have a related table, the child is a photo with a comment text field.
As an inspection is complete there might be 3 photos with 3 text fields populated, I'd like to concatenate all three comments into one answer into the parent.
Instead of concat(value1, value2, …)
I'd like to concat(${repeat}) - I tried this and I only get the last comment
Does anyone have any ideas???