I am using the Query Data activity to select values from a SQL server db.
It has been working fine but returns nothing when querying for the test value "Bachelor's".
This is the only value in the queried table that has a single quote so i am thinking that if it is not being escaped, this might be the cause for returning false for the resultsfound token.
The query data activity uses a token value to search and not a literal.
When I test the query manually with a literal, it does return true for results found.
I tried formatting the token value used for the query with the token function EscapeSearchPhrase but this only affects double quotes, not single quotes.
I'd appreciate any info or suggestions for this scenario. Thanks!
Workflow version 10.4.0.131