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: powerapps-docs/maker/portals/configure/web-form-steps.md
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 06/24/2021
8
+
ms.date: 07/12/2021
9
9
ms.author: sandhan
10
10
ms.reviewer: tapanm
11
11
contributors:
@@ -34,10 +34,18 @@ Each Advanced Form will be presented on the portal has one or more steps. These
34
34
| 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. |
35
35
||
36
36
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 <advancedformstepname> 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—Yes/No—branches.
0 commit comments