HI. I'm having trouble with a filtered list i...

HI. Iโ€™m having trouble with a filtered list in an email template.

Iโ€™ve got a table (tableX) which includes a filtered list of entries from another table (tableY)

Iโ€™m looking to create a workflow email for tableX which includes various details from the entry in tableX along with the list of entries from tableY. But because the Key in tableY is a UNIQUEID the email ends up including a list of UNIQUEID values separated by commas. As one would expect.

How do I get the email, or another virtual column in tableX, to show a list of entries for another column of the UNIQUEID values in the list?

ie - to translate โ€œUNIQUEID1, UNIQUEID2, UNIQUEID3โ€ to โ€œname1, name2, name3โ€

Thanks.

0 2 335
2 REPLIES 2

@Tim_Simpson

You can use a Start expression and its associated embedded template to display the records in table Y. Within the embedded template you specify which fields of table Y you want to display. That could range from a single field from table Y to all of the fields of table Y.

Start expressions are described in this article help.appsheet.com - Template Start Expressions

Template Start Expressions help.appsheet.com

@Philip_Garrett_Appsh Thanks Philip. I knew there would be a way. Iโ€™ll work on getting my head around Start expressions.

Top Labels in this Space