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.

Need help on reference Qualifier condition

JPSS
Tera Contributor

I have created a look up select box variable having the reference qualifier condition  as below and its not working as  expected. Could you help on this

 

javascript:"u_definition.u_taskSTARTSWITHRequest for-"+current.variable.category

 

 

 

u_definition.u_task is having the value as Request for-Revenue

 

 

current.variables have the value category

3 REPLIES 3

Danish Bhairag2
Tera Sage

Hi @JPSS ,

 

Can u try "current.variables.category"

 

Thanks,

Danish

javascrip:"u_definition.u_taskSTARTSWITHRequest for-"+current.variables.category  tried like this still not working

Sandeep Rajput
Tera Patron
Tera Patron

@JPSS Please try the following.

 

"u_definition.u_taskSTARTSWITHRequest for-"+current.variables.category

use variables in place of variable