Error while saving activity

Hi All,

i’m declaring variable of type system.Exception sysExp=nothing
and in state machine while going from one state to another putting the condition if (sysExp isnot nothing) and trying to save it shown error popup . whichCapture666 i have attached msg. please help me to out this.

Thanks

@dilsher_khan
Check your condition. It looks like there are two spaces between “isnot” and “nothing”. There should only be one.

1 Like

Thankyou it works

1 Like

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