---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Duplicate a demo UI interaction

# Duplicate a demo UI interaction {#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

Create a duplicate of a demo UI interaction example to work with a separate, editable copy.

## Antes de Iniciar

Role required: ui_builder_admin

## Por Que e Quando Desempenhar Esta Tarefa

Demo UI interaction records define sample UI logic and scripts used to demonstrate common interaction patterns.  
When you duplicate demo data, you create a separate copy that you can run or customize without impacting the original record. The duplicated interaction is independent of the original demo and can be safely modified. Demo interactions appear in the UI interactions list like any other interaction, allowing you to open, review, or duplicate them for use in your own scope.  
Nota:  
The Cascade Delete demo interaction example must be duplicated in the global scope for its first server script step to run correctly. This requirement is unique to Cascade Delete; all other demo interaction examples function normally when duplicated in your application scope.

## Procedimento

1. Navigate to AllNow Experience FrameworkUI Builder.
2. Select the UI interactions tab.
3. In the Search UI interactions field, enter <kbd class="ph userinput">demo</kbd>.  
   The list filters to show interactions containing demo in their labels or descriptions.
4. Locate the demo data record that you want to duplicate.
5. Open the record.
6. Select the Settings tab.  
   ![Settings tab.]()
7. In the record header, select Duplicate.  
8. Update the Name and Description fields, as needed.
9. Select Create.

## Resultado

A new UI interaction record is created in your current application scope, ready for editing.

## O que Fazer Depois

To use your duplicated interaction, trigger it using one of these methods:

* From declarative action: Corresponding declarative actions are inactive by default and must be enabled to test.
* From UI Builder page event. See [Trigger a UI interaction from a page event](https://servicenow-prod.fluidtopics.net/NEf0KCdxTUWu__96OdoTRg "Attach a UI interaction to a UI Builder page event so the interaction runs when a user performs an action on a component.").
{#duplicate-demo-data__ul_i5t_tdj_g3c}

