---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Working with attributes transiently

# Working with attributes transiently {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Start adding attributes and values to records without formally defining a full schema.

Implementing Dynamic Schema is a flexible process. To get started, you can simply add attributes and values to a dynamic attribute store field, which helps describe your records without the need for additional table columns. You can
add more attributes as needed and start querying and working with them right away.

## Getting started {#transient-attributes__section_q3f_nqv_zfc}

Implement attributes transiently using the following process.

1. [Create a dynamic attribute store field](https://servicenow-prod.fluidtopics.net/oPErWTNGexdR9OmZp65NNg "Create a dynamic attribute store field for storing transient attributes on a record.")

   Get started by creating a dynamic attribute store field for storing attributes on a record.
2. [Add transient attributes to a record](https://servicenow-prod.fluidtopics.net/C7Bnih6pWHdjTQ0FiHWIPw "Store transient attributes and their values on a record.")

   After creating the dynamic attribute store field, describe your records by using transient attributes and string values.
{#transient-attributes__ol_zv1_rqv_zfc}

## Additional implementation options {#transient-attributes__section_ys2_gqv_zfc}

When you add attributes to a store field without formally defining them as dynamic attribute records, Dynamic Schema is functional, but limited.

* Transient attribute values are saved as strings, which limits querying and sorting options.
* Transient attributes aren't organized into logical categories.
* Transient attributes don't support choice sets, which give you control over attribute values and where they can be used.

{#transient-attributes__ul_kdv_jrv_zfc}Instead, you can specify additional data types, organize attributes into categories, create dynamic choice sets, and reuse attributes in multiple store fields by formally defining your attributes in a dynamic namespace. When you're ready to take advantage of these capabilities, see [Working with Dynamic Schema](https://servicenow-prod.fluidtopics.net/r4a4tuJ3ykVT6_pZ6QvNMQ "Extend Dynamic Schema capabilities by defining dynamic attributes and dynamic categories in a dynamic namespace.").

