Visual Basics Value '1'

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

@km81

The inverted comma you used is different please use this " and not this “

Please rewrite the inverted comma in the expression editor again

Cheers

Thanks @Anil_G

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.