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
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:
- 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.