Skip to content

Commit 4c130fb

Browse files
000-1001: image resize
1 parent 9c0892d commit 4c130fb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/en/PowerPlatform/cannotcallchildflow.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Cannot call a child flow: Workflow cannot be used as a child workflow because ch
2323

2424
### Explanation
2525

26-
As per [Create child flows] (https://learn.microsoft.com/en-us/power-automate/create-child-flows)
26+
As per [Create child flows](https://learn.microsoft.com/en-us/power-automate/create-child-flows)
2727

2828
At this time, you can't pass connections from the parent flow to the child flow. If you don't do this, you receive an error that states that the name cannot be used as a child workflow because child workflows only support embedded connections.
2929

@@ -36,7 +36,7 @@ If your flow uses anything other than built-in actions or the Microsoft Datavers
3636

3737
In the pane that appears, for each connection used in the flow, you will need to select <b>Use this connection</b> instead of <b>Provided by run-only user</b>.
3838

39-
<img src="/articles/img/paembeddedconnections2.png" width="800">
39+
<img src="/articles/img/paembeddedconnections2.png" width="500">
4040

4141

4242
<br/><br/>
@@ -46,16 +46,18 @@ In the pane that appears, for each connection used in the flow, you will need to
4646

4747
If you do not see the child flow in the dropdown of the action "Run child flow":
4848

49-
1. Make sure you have the permissions to open the child flow.
49+
1. **Make sure you have the permissions to open the child flow.**
50+
5051
Can you open the flow with your account?
5152

52-
2. Make sure the flow is in the same solution as parent. If not, add the existing flow to the solution.
53+
2. **Make sure the flow is in the same solution as parent.** If not, add the existing flow to the solution.
54+
5355
Open the parent flow solution. Do you the child flow there?
5456

55-
3. Make sure the flow has an appropriate trigger
57+
3. **Make sure the flow has an appropriate trigger.**
58+
59+
The only supported trigger for a child flow is *Manually trigger a flow*.
5660

57-
The only supported trigger is *Manually trigger a flow*.
58-
This is the one you use when a parent flow calls a child flow via the Run a Child Flow action.
5961

6062
<br/><br/>
6163

0 commit comments

Comments
 (0)