Skip to content

Commit 3b8dbf2

Browse files
authored
Add steps to get flow ID for solution-aware flows
1 parent 62e474c commit 3b8dbf2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/declarative-customization/formatting-advanced.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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](https://docs.microsoft.com/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](https://docs.microsoft.com/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)