Carriage returns instead of commas in a list of values? | Community
Skip to main content
Level 10
May 13, 2020
Question

Carriage returns instead of commas in a list of values?

  • May 13, 2020
  • 1 reply
  • 517 views

Is there a way to get, say, a list of users on a team to be separated by carriage returns instead of commas? For example, a list of team members?

displayname=

linkedname=direct

listmethod=nested(users).lists

namekey=teammembers

type=iterate

valuefield=name

valueformat=HTML

viewalias=teammembers

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 6
May 13, 2020

Hey Kevin,

I think you just need to add:

listdelimiter=<div>

Good luck!

KevinQu1Author
Level 10
May 13, 2020

It's the simply joys in life...

Worked like a charm, thank you!