How to show a variable from processing script to HTML in a UI Page?

jacc_99
Giga Guru

Hi everybody,

 

I have a UI Page.

In Processing script I get the number of a record from one table in servicenow.

Now, I want to show this number that I found in processing script with HTML.

 

Its possible get a variable from processing script to HTML?

 

Thanks in advance

J.

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hi @jacc_99,

 

Not sure if you can use the processing script for this but you can query within the HTML field using Jelly script.

https://www.servicenow.com/community/developer-forum/gliderecord-in-ui-page/m-p/1791646

 

Cheers

View solution in original post

1 REPLY 1

James Chun
Kilo Patron

Hi @jacc_99,

 

Not sure if you can use the processing script for this but you can query within the HTML field using Jelly script.

https://www.servicenow.com/community/developer-forum/gliderecord-in-ui-page/m-p/1791646

 

Cheers