Email Query
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Jules22
7 - Meteor
‎06-28-2024
05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I Have a workflow that sends email to one column. I need to send emails to next column when the first column is blank.
Labels:
- Labels:
1 REPLY 1
alexnajm
17 - Castor
‎06-28-2024
05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Use a Formula beforehand to fill in that first column with the second column when the first is empty! Something like:
IF IsEmpty([Email1]) THEN [Email2] ELSE [Email1] ENDIF