Skip to content

Commit 0879b4c

Browse files
000-908: user input
1 parent 195c5d3 commit 0879b4c

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

_data/docs_menu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
link: /articles/en/PowerPlatform/Recycle vs Delete SharePoint list/
99
- name: Site Pages library in Power Automate Flow
1010
link: /articles/en/PowerPlatform/sitepages/
11-
11+
- name: Create Dropdown Fields for User Input in Power Automate
12+
link: /articles/en/PowerPlatform/dropdownuserinput
1213

1314

1415
- label: Information Protection

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
link: /articles/en/PowerPlatform/Recycle%20vs%20Delete%20SharePoint%20list/
1111
- name: Site Pages library in Power Automate Flow
1212
link: /articles/en/PowerPlatform/sitepages/
13+
- name: Create Dropdown Fields for User Input in Power Automate
14+
link: /articles/en/PowerPlatform/dropdownuserinput
1315

1416
- name: Information Protection
1517
link: /#
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: 'Cannot call a child flow because of the embedded connections'
4+
menubar: docs_menu
5+
image: 'https://unsplash.com/s/photos/random'
6+
hero_image: '/img/IMG_20220521_140146.jpg'
7+
show_sidebar: false
8+
hero_height: is-small
9+
date: '2025-08-12'
10+
---
11+
12+
Cannot call a child flow: Workflow cannot be used as a child workflow because child workflows only support embedded connections

articles/en/PowerPlatform/dropdownuserinput.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: 'Create Dropdown Fields for User Input in Power Automate'
3+
title: 'Create dropdown field for user input in Power Automate'
44
menubar: docs_menu
55
image: 'https://unsplash.com/s/photos/random'
66
hero_image: '/img/IMG_20220521_140146.jpg'
@@ -20,7 +20,7 @@ In the trigger configuration, add an input field by clicking Add an input.
2020

2121
Choose Dropdown from the list of available input types.
2222

23-
23+
<br/>
2424

2525
### Configure the Dropdown
2626
Enter a Label for the dropdown field. This will be the question or prompt shown to the user.
@@ -34,6 +34,9 @@ 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">
38+
3739
<br/>
3840

39-
## See Also
41+
42+

articles/img/padropdown.png

18.6 KB
Loading

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ Welcome to Tips and Tricks on SharePoint, Power Platform and other Microsoft 365
121121
<ol style="--length: 5" role="list">
122122

123123

124+
<li style="--i: 16"><a href="https://powershellscripts.github.io/articles/en/Viva/changelanguage/">
125+
<span style="display: block; text-align: right;">2025-04-12
126+
<h3>Create Dropdown Field for User Input in Power Automate</h3></span>
127+
<p>A 1-minute guide on how to create a dropdown field for user input in Power Automate</p>
128+
</a></li>
129+
124130
<li style="--i: 18"><a href="https://powershellscripts.github.io/articles/en/Viva/changelanguage/">
125131
<span style="display: block; text-align: right;">2025-04-06
126132
<h3>Change language of your Viva Engage</h3></span>

0 commit comments

Comments
 (0)