You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/tutorial-extract-incident-entities.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,15 @@ To complete this tutorial, make sure you have:
78
78
1. Under **Choose an operation**, in the search box, type *variables* as your filter. From the actions list, select **Initialize variable**.
79
79
1. Provide this information about your variable:
80
80
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.
84
84
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.":::
86
90
87
91
## Select an existing incident
88
92
@@ -106,15 +110,15 @@ To complete this tutorial, make sure you have:
106
110
1. Under the step where you want to add a variable, select **New step**.
107
111
1. Under **Choose an action**, in the search box, enter *filter array* as your filter. From the actions list, select **Data operations**.
108
112
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":::
110
114
111
115
1. Provide this information about your filter array:
112
116
113
117
1. Under **From** > **Dynamic content**, select the [**Entities** variable you initialized previously](#initialize-an-array-variable).
114
118
1. Select the first **Choose a value** field (on the left), and select **Expression**.
115
119
1. Paste the value *item()?['kind']*, and select **OK**.
116
120
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":::
118
122
119
123
1. Leave the **is equal to** value (do not modify it).
120
124
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