Date conditional logic in workflow?
Question for the experts on how you'd accomplish this:
I have Webinar programs and I want to set status based on conditional dates.
Apparently this is not allowed:
IF {{system.datetime}} IS AFTER {{my.Webinar Date}} then CHANGE PROGRAM STATUS TO "Attended On Demand"
Else if
{{system.datetime}} IS EARLIER THAN {{my.Webinar Date}} then CHANGE PROGRAM STATUS TO "Registered for Event"