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/en/PowerPlatform/cannotcallchildflow.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ At this time, you can't pass connections from the parent flow to the child flow.
32
32
33
33
If your flow uses anything other than built-in actions or the Microsoft Dataverse connector, you need to update the flow to use the connections embedded in the flow. To do this, go to the child flow's properties page, and then select Edit in the Run only users tile.
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>.
@@ -65,7 +65,7 @@ This is the one you use when a parent flow calls a child flow via the Run a Chil
65
65
66
66
The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: location.'.
@@ -81,7 +81,7 @@ Fill out the required parameters. If the child flow has changed, re-add the acti
81
81
82
82
There is a bug with Power Automate where extra parameters can just appear. If you remove them and correct the child flow - they will reappear again some time later. For me in spring 2025 they kept reappearing every Thursday :)
You can either fill them out and leave ugly like this, or use a nice solution provided by Ian Grieve here:
87
87
[Working with Power Automate Child Flows: Error Encountered With Surprise Extra Parameters for a Child Flow](https://www.azurecurve.co.uk/2024/03/working-with-power-automate-child-flows-error-encountered-with-surprise-extra-parameters-for-a-child-flow/)
@@ -92,4 +92,4 @@ You can either fill them out and leave ugly like this, or use a nice solution pr
0 commit comments