Skip to content

Commit 2adcfa3

Browse files
committed
Changed widget creation steps
1 parent 6a5c323 commit 2adcfa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/actions-and-automations/create-self-service-experiences/create-self-service-experiences.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,18 +310,18 @@ For example, you can create the following widget to vizualize how `Action runs`
310310

311311
1. Click **`+ Widget`** and select **Pie chart**.
312312

313-
2. Title: `Action runs by status`.
313+
2. Give the widget a `title` and a `description`.
314314

315315
3. Choose the `Action run` blueprint.
316316

317317
4. Under `Breakdown by property`, select the **status** property.
318318

319319
5. Under `Additional filters` you can choose to filter by:
320-
- `Action runs` that were created in the last month.
320+
- `Action runs` that were created in the past month.
321321
- `Action runs` of a specific self-service action.
322322

323323
Click on `filters`, then on `{...} Edit JSON`, and add the following snippet with your action title and relevant time frame.
324-
Below is a JSON example for `Create s3 bucket` self-service action in the last month:
324+
Below is a JSON example for `Create s3 bucket` self-service action in the past month:
325325

326326
<details>
327327
<summary><b>filters JSON example (click to expand)</b></summary>

0 commit comments

Comments
 (0)