Glide_var field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-11-2022 08:07 AM
Hi Everyone,
Can anyone help me understand how can we parse glide_var type fields and separate their values. Only information I can find on internet is this link.
https://www.jds.net.au/glide-variables/
We need to store the values from this glide_var type field and use the same.
Please help if any idea about the same.
Regards,
Uday

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-11-2022 08:20 AM
Hi,
This is GlideRecord API functionality.
In ServiceNow we have everything in table structure and you can use GlideRecord query to retrieve value of records and columns using GlideRecord API.
If this is not informative then please share what are your queries related with Glide_variables.
Thanks,
Anil Lande
Thanks
Anil Lande