Skip to content

Commit 9c0892d

Browse files
000-1000: img size
1 parent 392b71c commit 9c0892d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/en/PowerPlatform/cannotcallchildflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ At this time, you can't pass connections from the parent flow to the child flow.
3232

3333
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.
3434

35-
<img src="/articles/img/paembeddedconnections.png" width="200">
35+
<img src="/articles/img/paembeddedconnections.png" width="800">
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="200">
39+
<img src="/articles/img/paembeddedconnections2.png" width="800">
4040

4141

4242
<br/><br/>
@@ -65,7 +65,7 @@ This is the one you use when a parent flow calls a child flow via the Run a Chil
6565

6666
The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: location.'.
6767

68-
<img src="/articles/img/pa_childflow2.png" width="200">
68+
<img src="/articles/img/pa_childflow2.png" width="800">
6969

7070
### Explanation
7171

@@ -81,7 +81,7 @@ Fill out the required parameters. If the child flow has changed, re-add the acti
8181

8282
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 :)
8383

84-
<img src="/articles/img/pa_childflow.png" width="200">
84+
<img src="/articles/img/pa_childflow.png" width="800">
8585

8686
You can either fill them out and leave ugly like this, or use a nice solution provided by Ian Grieve here:
8787
[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
9292

9393
# See Also
9494

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

articles/en/PowerPlatform/dropdownuserinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example: Enter options like "Option 1," "Option 2," and "Option 3."
3434
Optionally, set a Default Value.
3535

3636

37-
<img src="/articles/img/padropdown.png" width="200">
37+
<img src="/articles/img/padropdown.png" width="800">
3838

3939
<br/>
4040

0 commit comments

Comments
 (0)