Skip to content

Commit cfd3e2b

Browse files
committed
updates
1 parent 357ec88 commit cfd3e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/functions/function-showerror.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Note: This function was previously named **ShowError** when it could only displa
6666

6767
4. Change the type of message to indicate an error. Add a second argument to our formula:
6868

69-
**Notify( "Hello, World", NotificationType.Error, 30000 )**
69+
**Notify( "Hello, World", NotificationType.Error )**
7070

7171
5. Click or press the button.
7272

73-
Now each time the button is clicked, the message **Hello, World** is displayed to the user as an error. It will dismiss automatically in 30 seconds (30,000 milliseconds) if the user does not dismiss it themslves or press the button again.
73+
Now each time the button is clicked, the message **Hello, World** is displayed to the user as an error. It will dismiss automatically in 10 seconds (default timeout) if the user does not dismiss it themslves or press the button again.
7474

7575
![In the authoring environment, showing Button.OnSelect calling Notify and displaying the resulting Hello, World message as a red banner message for the user](media/function-showerror/hello-world-error.png)
7676

0 commit comments

Comments
 (0)