---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/platform-user-interface

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Configure most recent reply

# Display the most recent reply in the Activity stream {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Configure the Activity stream to reduce visual clutter by displaying the most recent reply first.

## Antes de Iniciar

Role required: admin

## Por Que e Quando Desempenhar Esta Tarefa

By default, the Activity stream displays all entries including every reply and update. To reduce visual clutter, you can configure the Activity stream to display the most recent reply.  
Displaying the most recent reply in the Activity stream relies on two types of configuration:

System properties
:   The glide.activity.last_viewed_timestamp.local_storage_limit and glide.activity.last_viewed_timestamp.local_storage_retention_days system properties control how many and
    how long timestamps are stored locally for displaying the most recent reply.

UI Builder properties
:   The properties for the Activity Stream component in UI Builder control whether the Activity stream should show all replies or the most recent one. For information on Activity Stream component properties in UI Builder, see [Activity Stream UIB Setup](https://developer.servicenow.com/dev.do#!/reference/next-experience/yokohama/now-components/now-activity-stream-connected/uib-setup).

## Procedimento

1. Navigate to <kbd class="ph userinput">sys_properties.list</kbd>.
2. Add a system property named glide.activity.last_viewed_timestamp.local_storage_limit.  
   For more information on adding a system property, see [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=australia&pubname=australia-platform-administration&ft:locale=en-US).
3. Set the Value to the maximum number of timestamps to store locally for displaying the most recent reply.
4. Select Submit.
5. Add a system property named glide.activity.last_viewed_timestamp.local_storage_retention_days.
6. Set the Value to the number of days to store timestamps locally for displaying the most recent reply.
7. Select Submit.

