Hi,
I'm struggling to create a filter which needs to contain a double quotes symbol "
I need to filter on the following text:
device authentication failed"
I've tried:
"device authentication failed""
"device authentication failed\""
'device authentication failed"'
and can't see from the documentation / help how I need to encode or escape the " character?
Many thanks,