Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3972f9a
Add page for input parameters
OliviaShoup Dec 4, 2025
b2ff3bb
Add first draft
OliviaShoup Dec 8, 2025
5f6bc36
Change screenshot size
OliviaShoup Dec 8, 2025
8252abe
Revise instructions; add screenshot; cut Further reading section
OliviaShoup Dec 8, 2025
17ed210
Change screenshot; update alt text
OliviaShoup Dec 8, 2025
3a5f1b3
Update content/en/actions/app_builder/embedded_apps/input_parameters.md
OliviaShoup Dec 8, 2025
634c1a5
Split duplication instructions into separate section
OliviaShoup Dec 8, 2025
524f972
Merge branch 'olivia.shoup/docs-11452-input-parameters' of github.com…
OliviaShoup Dec 8, 2025
611c15a
Add a link to input parameters blueprint
OliviaShoup Dec 12, 2025
71bf0d1
Update blueprint text
OliviaShoup Dec 12, 2025
abbedf8
Update content/en/actions/app_builder/embedded_apps/input_parameters.md
OliviaShoup Dec 12, 2025
5bdada8
Update content/en/actions/app_builder/embedded_apps/input_parameters.md
OliviaShoup Dec 12, 2025
7bfd7d8
Update content/en/actions/app_builder/embedded_apps/input_parameters.md
OliviaShoup Dec 12, 2025
e3e56b1
Update content/en/actions/app_builder/embedded_apps/input_parameters.md
OliviaShoup Dec 12, 2025
1e5cc94
Merge branch 'master' into olivia.shoup/docs-11452-input-parameters
OliviaShoup Dec 12, 2025
323f85f
Merge branch 'master' into olivia.shoup/docs-11452-input-parameters
OliviaShoup Dec 12, 2025
6881b31
Update content/en/actions/app_builder/embedded_apps/_index.md
OliviaShoup Dec 12, 2025
5b84318
Merge branch 'master' into olivia.shoup/docs-11452-input-parameters
OliviaShoup Dec 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2958,6 +2958,11 @@ menu:
parent: app_builder
identifier: app_builder_embedded_apps
weight: 9
- name: Input Parameters
url: actions/app_builder/embedded_apps/input_parameters/
parent: app_builder_embedded_apps
identifier: app_builder_input_parameters
weight: 901
- name: Save and Reuse Actions
url: actions/app_builder/saved_actions/
parent: app_builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Embed published apps in dashboards and sync them with template vari
disable_toc: false
aliases:
- /service_management/app_builder/embedded_apps
- /actions/app_builder/embedded_apps/
further_reading:
- link: "https://app.datadoghq.com/actions/action-catalog/"
tag: "App"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Input Parameters
description: Input parameters reduces maintenance overhead by managing one app that can use the same logic in different contexts.
disable_toc: false
---

Input parameters allow you to embed the same app in multiple dashboards or notebooks using different configurations for each instance.

## Example dashboard

A common use case for input parameters is an app that's used on separate dashboards for dev, staging, and production. In the screenshot below, one app was created then embedded twice in a dashboard. The app on the left shows monitors in the demo environment while the app on the right shows the same information for monitors in the staging environment.

{{< img src="/service_management/app_builder/embedded_apps/example-input-parameters-dashboard.png" alt="Two embedded apps with different input parameters selected" style="width:100%;" >}}

## Create an input parameter

1. In [App Builder][1], select an app and click **Edit**.
1. Click the **App Properties** icon ({{< img src="service_management/app_builder/embedded_apps/app_properties_icon.png" inline="true" width="12px" style="position:relative; bottom:1px;">}}).
1. Click the plus icon (<i class="icon-plus-2" style="position:relative; top:2px;font-size: 12px; max-width: 12px"></i>) to add an input parameter.
1. Click the new input parameter to configure its elements:
- Parameter Name
- Display Name (Optional)
- Data Type
- Allowed Values
- Default Value
- Description (Optional)
1. Click **Save**.

### Example input parameter

This example input parameter was configured to show the same app in various staging environments:

{{< img src="/service_management/app_builder/embedded_apps/example-input-parameters-configuration.png" alt="An example of configured input parameters inside an app" style="width:35%;" >}}

## Use input parameters

<div class="alert alert-info">Apps with input parameters work best in dashboards and notebooks. While you can add an app to Self-Service Actions, you can't select the input parameters you've configured.
</div>

To embed an app with input parameters:

1. In [App Builder][1], select an app with a configured input parameter(s).
1. Click **Add to a dashboard**.
1. Select a dashboard, then click **Save and Open**.
1. In your dashboard, hover over the app and click the **Edit** icon ({{< img src="icons/pencil.png" inline="true" style="width:14px;">}}).
1. In the **Input Parameters** section, select an input parameter:
{{< img src="/service_management/app_builder/embedded_apps/example-input-params-configuring-in-dashboard.png" alt="An example of an app in editing mode with Input Parameters circled" style="width:80%;" >}}
1. Click **Save**.
1. Duplicate the app with copy + paste keyboard shortcuts, or clone it.
1. Follow the steps above to select a different input parameter.

[1]: https://app.datadoghq.com/app-builder/apps/list
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading