Hi,
I want to capture email but it doesn’t always exist.
If it exists I want to capture it but if it does exist I want to stop the config. I use that but it does not work:
IF “email” DoesNotExist
JUMP #HERE
ELSE “email” Exist
JUMP #PARSE
END
#PARSE
Block parse
…
#HERE
End of the config
The <> signs do not appear in the message?
What’s wrong?
Thank you for your help!