not getting output

poojadpatil2108
Tera Expert

poojadpatil2108_0-1740828777253.png

 

1 ACCEPTED SOLUTION

MattiasJonsson
ServiceNow Employee
ServiceNow Employee

In your gs.info statement, don't use the Quotes… you're outputing the actual text of your variable instead of the value.

 

gs.info(x.number);

...

 

If helpful or correct, please state so!

View solution in original post

2 REPLIES 2

MattiasJonsson
ServiceNow Employee
ServiceNow Employee

In your gs.info statement, don't use the Quotes… you're outputing the actual text of your variable instead of the value.

 

gs.info(x.number);

...

 

If helpful or correct, please state so!

Ya Thank u so much