Forum Discussion
Mez
6 days agoQrew Assistant Captain
Do both user list fields use the same User data? This might be part of the hiccup for the placeholders. Also, have you tried using the join function in pipelines to marry these two sources of data? It would like something like this:
{{ [ tableA.userList, tableB.userList ] | join(";") }}
- Kelly-AnnTainto6 days agoQrew Cadet
I have attempted a few variations of join, but not the one you suggested. However, when I plug it in with the brackets ([ ]) and without, it gives an error.
- Mez6 days agoQrew Assistant Captain
Ok, two things: 1. use email property of these list user fields: "c.assigned_test.email". 2. use lower case 'join()' - and remove the trailing space after the semicolon: join(";").