- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 01:02 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 02:05 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 02:05 PM
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