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: docs/declarative-customization/formatting-advanced.md
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Advanced formatting concepts
3
3
description: Advanced formatting concepts
4
-
ms.date: 10/18/2021
4
+
ms.date: 11/16/2021
5
5
ms.localizationpriority: high
6
6
---
7
7
# Advanced formatting concepts
@@ -14,9 +14,21 @@ The following screenshot shows a list with a Flow button added to the Action col
14
14
15
15

16
16
17
-
You can use formatting to create buttons that, when selected, run Flows on the corresponding list item. The Flow Launch Panel will be displayed after choosing the button and the Flow will just run.
17
+
You can use column formatting to create buttons that, when selected, run Flows on the corresponding list item. For flows that are [solution-aware](/power-automate/overview-solution-flows), the Flow Launch Panel will be displayed after choosing the button and you must select Run Flow to start the flow. For flows that are not solution-aware, The Flow Launch Panel will be displayed after choosing the button and the Flow will just run.
18
18
19
-
To use the sample below, you must substitute the ID of the Flow you want to run. This ID is contained within the `customRowAction` attribute inside the `button` element. To obtain a Flow's ID:
19
+
To use the sample below, you must substitute the ID of the Flow you want to run. This ID is contained within the `actionParams` property of the `customRowAction` attribute inside the `button` element.
20
+
21
+
To obtain the ID of a flow that is solution-aware:
22
+
23
+
1. Choose Flow > See your flows in the SharePoint list where the Flow is configured.
24
+
2. If applicable, [switch to the environment](/power-platform/admin/working-with-environments#switch-the-environment) in which the Flow is hosted.
25
+
3. Choose the Solutions area.
26
+
4. Choose the solution in which the Flow was created.
27
+
5. Filter for Cloud flows and select the Flow you want to run.
28
+
6. Choose Export > Get flow identifier.
29
+
7. Copy the ID.
30
+
31
+
To obtain the ID of a flow that is not solution-aware:
20
32
21
33
1. Choose Flow > See your flows in the SharePoint list where the Flow is configured.
0 commit comments