Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Caret Symbol in Scripted Condition Flow designer

Kirby R
Kilo Sage

I am trying to build a dynamic encoded query in flow designer. Using multiple OR condition. However, it seems ^ caret symbol is getting escaped. I've tried using '\\^' and single '^' still not working.

any suggested workaround?

 

KirbyR_0-1719247836139.png

 

1 ACCEPTED SOLUTION

Kirby R
Kilo Sage

Using double quote=" instead of single ' seems to resolve the issue.

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @Kirby R ,

Use '^OR', see if it works.

 

Thanks,

Hope it helps.

As mentioned above, even single ^ doesnt work.

Amit Verma
Kilo Patron
Kilo Patron

Hi @Kirby R 

 

Below link could be helpful :

https://www.servicenow.com/community/hrsd-forum/syntax-for-flow-designer-record-lookup-script/m-p/12...

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Kirby R
Kilo Sage

Using double quote=" instead of single ' seems to resolve the issue.