Skip to content

Commit 2d62e3b

Browse files
authored
Merge pull request #300498 from limwainstein/extract-incident-entities-tutorial-workaround
Adding workaround for issue where the entities value isn't displayed
2 parents 85acbb4 + dd015e6 commit 2d62e3b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
66 KB
Loading
111 KB
Loading

articles/sentinel/tutorial-extract-incident-entities.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,15 @@ To complete this tutorial, make sure you have:
7878
1. Under **Choose an operation**, in the search box, type *variables* as your filter. From the actions list, select **Initialize variable**.
7979
1. Provide this information about your variable:
8080

81-
- For the variable name, use *Entities*.
82-
- For the type, select **Array**.
83-
- For the value, start typing *entities* and select **Entities** under **Dynamic content**.
81+
1. For the variable name, use *Entities*.
82+
1. For the type, select **Array**.
83+
1. For the value, hover over the **Value** field, and select **fx** in the blue icon group on the left.
8484

85-
:::image type="content" source="media/tutorial-extract-incident-entities/initialize-variable.png" alt-text="Screenshot of initializing an Array variable.":::
85+
:::image type="content" source="media/tutorial-extract-incident-entities/initialize-variable-fx.png" alt-text="Screenshot of initializing a variable in the Logic app designer.":::
86+
1. In the dialog box that opens, select the **Dynamic content** tab, and in the search box, type *entities*.
87+
1. Select **Entities** from the list and select **Add**.
88+
89+
:::image type="content" source="media/tutorial-extract-incident-entities/initialize-variable-select-entities.png" alt-text="Screenshot of selecting the Entities value in the Logic app designer.":::
8690

8791
## Select an existing incident
8892

@@ -106,15 +110,15 @@ To complete this tutorial, make sure you have:
106110
1. Under the step where you want to add a variable, select **New step**.
107111
1. Under **Choose an action**, in the search box, enter *filter array* as your filter. From the actions list, select **Data operations**.
108112

109-
:::image type="content" source="media/tutorial-extract-incident-entities/filter-array-data-operations.png" alt-text="Screenshot of filtering an array and selecting data operations.":::
113+
:::image type="content" source="media/tutorial-extract-incident-entities/filter-array-data-operations.png" alt-text="Screenshot of filtering an array and selecting data operations." lightbox="media/tutorial-extract-incident-entities/filter-array-data-operations.png":::
110114

111115
1. Provide this information about your filter array:
112116

113117
1. Under **From** > **Dynamic content**, select the [**Entities** variable you initialized previously](#initialize-an-array-variable).
114118
1. Select the first **Choose a value** field (on the left), and select **Expression**.
115119
1. Paste the value *item()?['kind']*, and select **OK**.
116120

117-
:::image type="content" source="media/tutorial-extract-incident-entities/filter-array-information.png" alt-text="Screenshot of filling in the filter array expression.":::
121+
:::image type="content" source="media/tutorial-extract-incident-entities/filter-array-information.png" alt-text="Screenshot of filling in the filter array expression." lightbox="media/tutorial-extract-incident-entities/filter-array-information.png":::
118122

119123
1. Leave the **is equal to** value (do not modify it).
120124
1. In the second **Choose a value** field (on the right), type *Process*. This needs to be an exact match to the value in the system.

0 commit comments

Comments
 (0)