I am trying to get my child rows to roll up to the parent row and have a line break in between each row which I have done, BUTTTT I need each new row to start with a * which I have done, except the very first row. Basically I need it to look like bullet points for all child rows:
=JOIN((COLLECT(CHILDREN([Meeting/Agenda/Task Name]@row), CHILDREN([Meeting/Agenda/Task Name]@row), <>"")), CHAR(10) + "*")