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.

Adding conditions in patter extension

lmundere
Kilo Sage

Hi,

I have added an extension in the Windows OS pattern, where I want to populate a custom field called Full OS Build, and it works well, however in small percentages sometimes the result returns null and in that case I would not want to run the transformation, I have added the following in my condition: 

lmundere_0-1739287371708.png

 

But still doesnt seem to work, any idea? 

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Rather than specifying the row with a 1, leaving the content of the square brackets empty 

$f_details[].d_version

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

Rather than specifying the row with a 1, leaving the content of the square brackets empty 

$f_details[].d_version

lmundere
Kilo Sage

Thanks Kieran, let me try that and see.