I have a bot that is sending out an email when a record is added to table contractors.
I have an enumlist for a selection of [access] the person will need. in the email it comes out like this
Alarm Code , ID Badge , Site Keys
I want it to look like this instead
Alarm Code
ID Badge
Site Keys
I have tried <start:> to make a table but it errors out. Any idea how I can make it a column instead of a line?
dbaum
2
Is that code in a virtual column or is that in the email template?
Thank you for your reply, I ended up making a VC and made a list from the enumlist and then displayed the list. Thank you for the nudge.
1 Like
dbaum
5
You can use AppSheet expressions (including the one described in the tip I linked to) in many places, including App formulas and Initial values and templates.