Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
OK, so what you will do is to make say 10 formual email fields called [email 1] [email 2] etc like this
var text EmailList = ToText([My Multi select email field]);
Trim(Part($EmailList, 1,";"))
The next one would be
var text EmailList = ToText([My Multi select email field]);
Trim(Part($EmailList, 2,";"))
Then make an open notification and list those 10 fields vertically for the recipients.
var text EmailList = ToText([My Multi select email field]);
Trim(Part($EmailList, 1,";"))
The next one would be
var text EmailList = ToText([My Multi select email field]);
Trim(Part($EmailList, 2,";"))
Then make an open notification and list those 10 fields vertically for the recipients.