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.

Calling system property from script Include and calling script include in record producer

TEJAS
Tera Contributor

Hi All,

I hope you're doing well
I have a requirement where i am calling system property from script include and calling the script include in record producer one of the variable but i am getting null value in the form.
My requirement is i should get like this 

TEJAS_0-1741331119920.png

in my instance i am getting null value 

 


In system property i am assigning some value from Tables Please refer the below attachment for System property ,Script include and Record producer variable .

 

System property 

TEJAS_0-1741329106819.jpeg

 

Script include 

TEJAS_1-1741329157411.png

 

Record producer variable 

TEJAS_2-1741329186648.png

 

Null value

TEJAS_3-1741329306164.png

 

Thanks in advance 
@TEJAS K J 

2 ACCEPTED SOLUTIONS

@TEJAS  
I tried in my PDI & it works for me

_Gaurav_0-1741345650398.png

_Gaurav_1-1741345696762.png

 

 

View solution in original post

7 REPLIES 7

_Gaurav
Kilo Sage

Hi @TEJAS  
Instead of selecting an advanced reference qualifier, can't you use a simple reference qualifier and add all the conditions directly there as you're already referencing the 'sys_db_ojbect' table?

 

Please mark this as a solution and helpful if this resolves your query.

Thanks!

TEJAS
Tera Contributor

Thanks for the reply @_Gaurav ,
I tried using simple reference qualifier also at that time also i am not getting the values 

Hi @TEJAS  
Can you share the snippet for the same?

TEJAS
Tera Contributor

Hi @_Gaurav ,
Variable pic

TEJAS_0-1741345484315.png

TEJAS_2-1741345672721.png

 


@_Gaurav wrote:

Hi @TEJAS  
Can you share the snippet for the same?