---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Formatting results

# Formatting results {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
The description element in the returned RSS xml can be formatted by setting the URL
parameter sysparm_format=true and specifying the format string in the
property glide.rss.description_format.  
By default, when the URL parameter is present, the description element will be formatted to contain the field label and value using the following format string:

    <b>{1}</b>: {2}<br/>

* {0} - field name
* {1} - field label
* {2} - field value
{#c_FormattingResults__ul_qkf_n3f_mp}

This default format string can be overridden using the property glide.rss.description_format.

