Skip to content

Commit 822d0fd

Browse files
committed
2349764
1 parent 9094ad5 commit 822d0fd

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

powerapps-docs/maker/portals/configure/web-form-steps.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 06/24/2021
8+
ms.date: 06/29/2021
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
contributors:
@@ -34,10 +34,18 @@ Each Advanced Form will be presented on the portal has one or more steps. These
3434
| Move Previous Permitted | Indicates whether the user is given an option to navigate to the previous step in a multiple step advanced form. Default is true. Uncheck to prevent the user from being able to move to the previous step. |
3535
||
3636

37-
> [!NOTE]
38-
> Advanced form steps can't be reused for all step type configurations except when using "Next step if Condition fails" option in step type "Condition". If you try to use advanced form step again, you'll see the following message:
39-
> <br> `The step <advanced form step name> has already been used earlier in this form. Update the Advanced Form to use each step only once, and try again.`
40-
> <br> When that happens, ensure you use don't reuse advanced form steps in an Advanced Form.
37+
## Considerations for advanced form steps
38+
39+
Advanced form steps can't be reused. If you try to use advanced form step again, you'll see the following message:
40+
41+
"The step <advanced form step name> has already been used earlier in this form. Update the Advanced Form to use each step only once, and try again."
42+
43+
When that happens, ensure you use don't reuse advanced form steps in an Advanced Form.
44+
45+
The following conditions are exempt from the limitation of advanced form step reuse:
46+
47+
- When using "Next step if Condition fails" option in step type "Condition".
48+
- When using different&mdash;Yes/No&mdash;branches.
4149

4250
### See also
4351

0 commit comments

Comments
 (0)