Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Syntax for addquery(' ' , 'IN', ' a, b')

Community Alums
Not applicable

Hi all,

Could u help me with correct syntax for addquery(' ' , 'IN', ' a, b')

Acually i want to query like if the wf activity is L1 approver or Wf activity is L2 approver.

I tried below but not working ..

approval.addQuery('wf_activity','IN','Level2GroupApproval,OntrackInternalP4DTGL2approver');

Regards,

Roopa

21 REPLIES 21

Glad it helped.


Can you please mark my answer as correct to close thread?


Community Alums
Not applicable

I m not getting option to close the thread...


You have to set it as a question.


Should be at the top or right-hand side.



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

Community Alums
Not applicable

Sorry, while creating only i need to set as question... now its not giving me option.. next time i post as question


no worries about the spaces


you can still use it like following:


approval.addQuery('wf_activity.name','IN','Level 2Group Approval,Ontrack Internal P4 DTG L2 approver');