Is there a way to have the switch check for a value that is not hardcoded? I have a requirement where the users want emails 7 days before a task is due, 1 day before, and the day of. I am using one list workflow to accomplish this, and currently, there are three run ifs (that go one after the other). One looks for today == dueDateMinus7, the next for today ==dueDateMinus1 and the last one today == dueDate. I'd rather have this be a switch based on which of the ones "today" equals, but there's no "Advanced Lookup" capability for the "Switch Value" fields.
Solved
Switch value not hard-coded?
Best answer by greenawayr
Ah right, unfortunately the Switch will only evaluate hard coded values. You could use Set a Condition actions, but they will be similar to the Run If.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.