Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

@JPSS Please try the following.

 

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

use variables in place of variable