Skip to content
Release: Australia · Updated: 2026-04-10 · Official documentation · View source

Duplicate a UI interaction

Create an independent copy of an existing UI interaction to use as a starting point for a new interaction or to safely experiment with changes.

Before you begin

Role required: ui_builder_admin

About this task

Duplicating a UI interaction creates an independent copy of the original, including all steps, inputs, and configuration. The duplicate is not linked to the original. Changes to the duplicate do not affect the original interaction or any page events or declarative actions that reference it.

If the UI interaction includes custom UI built with Component Builder, such as a custom modal or modeless dialog, you must also duplicate the custom component separately. The duplicated interaction continues to reference the original component. Update it to reference the new copy.

Note: Duplicating a UI interaction does not duplicate any associated declarative actions. If the original interaction is triggered by a declarative action, create or update a declarative action separately to reference the duplicated interaction.

Procedure

  1. Navigate to All > Now Experience Framework > UI Builder.

  2. Select the UI interactions tab.

  3. In the search field, enter the name of the interaction you want to edit.

Image omitted: uib-uii-search.png
UI interactions list with search field highlighted.
  1. Locate the UI interaction record that you want to duplicate.

  2. Open the record.

  3. Select the Settings tab.

Image omitted: uib-uii-settings-tab.png
Settings tab.
  1. In the record header, select Duplicate.
Image omitted: uib-uii-duplicate-demo.png
Settings tab for demo interaction with Duplicate action highlighted.
  1. Update the Name and Description fields, as needed.

  2. Select Create.

Result

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

What to do next

To modify the duplicated interaction, see Edit an existing UI interaction.

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

Parent Topic:UI interactions