Skip to content

Commit 54f163e

Browse files
authored
Update list-form-conditional-show-hide.md
Updated email address sample to use a fictitious address.
1 parent 0ea8f23 commit 54f163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/list-form-conditional-show-hide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ An example checking if the dates from [$StartDate] and [$EndDate] columns are be
120120
The following formula checks if the person column [$Owner] is equal to a specific user's email.
121121

122122
```
123-
=if([$Owner.email]=='chaksc@microsoft.com', 'true', 'false')
123+
=if([$Owner.email]=='nestorw@contoso.com', 'true', 'false')
124124
```
125125

126126
##### Boolean (Yes/No) column

0 commit comments

Comments
 (0)