Looking to create a workflow that can send out an email using a variable populated with the next following Monday.
For Example: If today is Tuesday 6/12/12, I want the variable to be populated with Monday 6/18/12. 6/18/12 will suffice.
After I've accomplished this I'd like to put some exceptions around the date that populates the variable. Something along the lines of:
If (NOW > Thursday 12pm) Then
Variable = Date of 2 Mondays from now.
For example: If NOW = Thursday 6/14/12 @ 3 PM then the variable should be populated with Monday 6/25/12. On the contrary, if NOW = Thursday 6/14/12 @ 11am then it should populate the variable with Monday 6/18/12.
Thank you in advance for your help!