Skip to content

Commit 28cfc44

Browse files
Merge pull request SharePoint#7511 from Steven-Jia/patch-5
Add steps to get flow ID for solution-aware flows
2 parents 36c2791 + 49be9e1 commit 28cfc44

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/declarative-customization/formatting-advanced.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Advanced formatting concepts
33
description: Advanced formatting concepts
4-
ms.date: 10/18/2021
4+
ms.date: 11/16/2021
55
ms.localizationpriority: high
66
---
77
# Advanced formatting concepts
@@ -14,9 +14,21 @@ The following screenshot shows a list with a Flow button added to the Action col
1414

1515
![screenshot of the sample](../images/sp-columnformatting-flow.png)
1616

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.
1818

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:
2032

2133
1. Choose Flow > See your flows in the SharePoint list where the Flow is configured.
2234
2. Choose the Flow you want to run.

0 commit comments

Comments
 (0)