Answered
Summary of repeating table answers with a line break
I have a repeating page, that has article name, and my question is how can I get all previous repeated answers in a "summary" field, like articlename1, articlename2 etc, I can only find first OR last, is there no way to list all values? My article names are alphabetical and not only numbers.
I want to concat them with a line break.
You could use the JOIN() function that works with repeating fields, more information found here under Section 3: https://support.formsonfire.com/support/solutions/articles/36000042514-formula-cheat-sheet
So, in your case, you could do something like JOIN('\n', {{articlename}}), outside of the table, to get this result:
Article(1)
Article(2)
Article(3)
... and so on for all repeats