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.

Filter Application environment based on Business App selected

chaithra10
Tera Contributor

I am trying to write a Reference qualifier in catalog variables for filtering Application Env CI based on the Business App CI selected: 

chaithra10_0-1707218951410.png

 

I tried the below, But it isn't working:

chaithra10_1-1707218993966.png

 

Could someone help me with this?

 

2 ACCEPTED SOLUTIONS

Harish KM
Kilo Patron
Kilo Patron

Hi @chaithra10 I think you missed variables inbetween

it should be current.variables.variablename;

Regards
Harish

View solution in original post

siva krishna M2
Tera Guru

Hello @chaithra10 

 

Update your reference qual as below 

'parent='+current.variables.business_application_ci

 

 

if it helps, kindly click on like icon and mark it as accepted solution

View solution in original post

7 REPLIES 7

Harish KM
Kilo Patron
Kilo Patron

Hi @chaithra10 I think you missed variables inbetween

it should be current.variables.variablename;

Regards
Harish

siva krishna M2
Tera Guru

Hello @chaithra10 

 

Update your reference qual as below 

'parent='+current.variables.business_application_ci

 

 

if it helps, kindly click on like icon and mark it as accepted solution

chaithra10
Tera Contributor

Right! Seems to be working now, But values returned are sys IDs:

how do I get the display value of these?

chaithra10_0-1707220341427.png

 

Hello @chaithra10 ,

 

On the list, that was opened by clicking on the reference field (loop icon), right-click at the table (list) header and choose 'Configure- list layout'. There you can add new columns.