Hello all,
I'm building a flow that sends an email based an address being pulled in from a table. For example the email will be delivered to "EmployeeEmail" and CC'd to "LeaderEmail". However, there is not always an email address in the "LeaderEmail". Where this is the case, I have a "DirectorEmail" column in the same table that I want to CC to.
I need a function to do the following: CC to "LeaderEmail" if "LeaderEmail" is null; CC to "DirectorEmail"
Hope that makes sense!
Thanks in advance!