Skip to main content

Layouts: Building Your Workflow UI

Elementum layouts let you visually design how users interact with workflow data and features. Layouts combine Fields (your workflow’s state/data) and Components (Elementum-powered workflow features) into clear, actionable interfaces.

Access the Layouts Builder

Once you click Create on a new object, you are automatically redirected to the Records Detail Layout. To make edits later, open your object. Click Record Details Layout under User Interface in the object’s menu. Changes in the record details layout are saved automatically. You may need to refresh to see the updates in your object records.

Manage Workflow Stages

At the top of the Record Details Layout, manage the Workflow Stages by clicking the + button to add more or the Edit icon next to a stage to rename. Click the Delete icon next to a stage to remove it. This is only available if you have multiple stages. To reorder your stages, click the stage circle and drag to the desired order. Each stage can have its own layout and fields. Click on the stage at the top of the page to arrange the layout.
Bring AI into your workflow UIAdmins can add an Agent Button (star icon) to any section of the layout. This lets users access an AI Agent designed to provide insights, suggestions, or actions tailored to that part of the workflow.
  1. Toggle the star icon to enable Elementum Intelligence for a section
  2. Select or create an Agent to assist users with context-specific help
  3. Configure the Agent to match the needs of each workflow stage or section
Learn how to build and configure Agents in the Agents Architecture documentation.

Fields and Components

Click the + icon in a section or in the right panel to create and add Fields and Components. If you create the item in the panel, you’ll still need to drag it to your layout to see it in record details. To add a section, hover over the break in the field and click + Section. Sections group fields and components for clarity (e.g., “Header”, “Invoice Data”). All items can be dragged to a new location in your layout. Click the Delete icon next to any item to remove it from your layout.
Field types can be reused in a stage. Components cannot.
If the item pulls in a list of data from a table or object, adjust the Display settings within the editor to apply to all future record details views.

Fields: Your Workflow State

Fields are the core data elements of your workflow. When you add a field, you’re defining a piece of state that’s dynamically stored in your database. Fields are reusable and can be organized into sections.

Field Types

TypeDescription
Automation ButtonRun automations directly from a record
CalculationComputed fields
CheckboxBoolean (true/false)
Create ButtonAction triggers
DateDate only
Date TimeDate and time
DecimalNumeric values with decimals
DropdownPredefined selection options
FileFile upload field (250MB max per file)
GroupsAssign teams
JSON FieldStructured data
Multi-SelectMultiple choice selections
NumberNumeric input
QR CodeGenerate and display QR codes
Relate ButtonCreate relationships
Related ItemsLinked records
Rich TextFormatted content, descriptions
TextBasic string input
UserAssign individuals
File Fields vs Attachments Component: File fields are specific fields on a record for storing a single file (like “Invoice File” or “Contract Document”), while the Attachments component provides a general-purpose area for multiple file uploads. Both support files up to 250MB.
Fields added to a record details layout can be used for filtering and search in the object views.

Components: Elementum Workflow Features

Components are first-class, pre-built workflow modules managed by Elementum. Unlike fields, components are not just data—they provide interactive features and logic.

Common Components

  • Activity Log: Track all record activity
  • Approvals: Manage approval workflows
  • Attachments: Upload and view multiple files (250MB max per file)
  • Related Tasks: Link and manage tasks
  • Relationships: Show related records
  • Surveys: Collect structured feedback
  • Update Feed: Display record updates
Admins can also add automation buttons to the record details layout. These buttons let users run a chosen automation directly from the record (e.g. “Send for approval”, “Generate report”). See Automation Buttons for configuration and behavior.

Example: Invoice Management Layout