List
Last updated
Last updated
This placeholder contains list of items, like members, roles..
This placeholder have some properties that might be useful for you
<list count>
get the count of items in list
<list length>
same as count
<list random>
get a random item from the list
Any type
<list get n>
to get item at n
th position in the list
Any type
<list map x>
replaces the items in the list with the item's x
property
Of Any type
Click here to know more about using placeholders