I’m using an IF activity and supplying the following as a condition:
QuarterMonth.Contains(“January”) OR QuarterMonth.Contains(“April”) OR QuarterMonth.Contains(“July”) OR QuarterMonth.Contains(“October”) OR QuarterMonth.Contains(“May”)
During execution, i am getting this error : If Quarter Starting Month: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.
Please help with this