Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
It sounds like Raj os asking how to send emails to whoever was selected in the multi select drop down.
They will first need to be parsed out into separate fields
so the formula for [email 1] would be
Part(ToText([my multi select field]),1,";")
The formula for [email 2] would be
Part(ToText([my multi select field]),2,";")
The in the Notification you just hand type those fields carefully listed vertically in the box
[email 1]
[email 2]
etc
[email 20]
They will first need to be parsed out into separate fields
so the formula for [email 1] would be
Part(ToText([my multi select field]),1,";")
The formula for [email 2] would be
Part(ToText([my multi select field]),2,";")
The in the Notification you just hand type those fields carefully listed vertically in the box
[email 1]
[email 2]
etc
[email 20]
QuickBaseCoachD
8 years agoQrew Captain
I'm not sure what additional detail i can give you.
Make 20 email formula fields as i described above, and then type them into the ox for who gets notified. Try it for a couple of fields like [email 1] and [email ] and post back if you get stuck.
Make 20 email formula fields as i described above, and then type them into the ox for who gets notified. Try it for a couple of fields like [email 1] and [email ] and post back if you get stuck.