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.

how to append single quote using glidefunction.concat

PatriciaA987250
Tera Expert

Hi,

 

I want to append single quote infront of the employee id  (i.e. '00012345) using the the glidefunction:concat. I tried to escape the value with both back and forward slash but it return invalid function, Kindly provide sample, on how to concat single quote using glidefunction:concat.

 

example:

glidefunction:concat('/'', emp_num)

1 ACCEPTED SOLUTION

Bhavya11
Kilo Patron
Kilo Patron

Hi @PatriciaA987250 ,

 

can you try something like this 

glidefunction:concat("'",emp_num).

 

 

 

Please mark helpful & correct answer if it's really worthy for you.

 

Thanks,

BK

View solution in original post

1 REPLY 1

Bhavya11
Kilo Patron
Kilo Patron

Hi @PatriciaA987250 ,

 

can you try something like this 

glidefunction:concat("'",emp_num).

 

 

 

Please mark helpful & correct answer if it's really worthy for you.

 

Thanks,

BK