Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoYour field [Scheduled For] is likely in fact a User field type, not text.
You can try this
Case(UserToEmail([Scheduled For]),
"fflintstone@bedrock.com", "#hex code", "brubble@bedrock.com", "other hex code")
)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Case([Scheduled For],"USER1 NAME","#3cc151", "USER2 NAME","#a874cb",)
You can try this
Case(UserToEmail([Scheduled For]),
"fflintstone@bedrock.com", "#hex code", "brubble@bedrock.com", "other hex code")
)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ChrisNewsome6 years agoQrew CaptainOnce again Mark saves the day. Worked perfectly. I couldn't find an instance of this issue anywhere on the discussions. Hopefully this helps many more people.
------------------------------
Thanks,
Chris Newsome
------------------------------