Forum Discussion
QuickBaseCoachD
Qrew 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]
nitinbisht
6 years agoQrew Member
Part(ToText(Fox Employee],2,"- ")
this is the formula i am using, i created to different Email formula field but whenever i select the email from dropdown, both Email1 and Email2 is displaying the same value.
this is the formula i am using, i created to different Email formula field but whenever i select the email from dropdown, both Email1 and Email2 is displaying the same value.