UI Component#
The UI Component element embeds another UI inside the current UI. This allows you to reuse common form layouts across multiple UIs without duplicating them.
For example, you can create a "Contact Information" UI with name, email, and phone fields, and embed it as a component in multiple other UIs that need contact data.
Tips#
- Changes to the embedded UI are automatically reflected everywhere it is used
- The embedded UI's form values are available as flow variables just like any other UI element
- This is useful for standardizing common form sections across your workflows
See UI Designer