Skip to content

Commit d1f3ad7

Browse files
Update list-form-conditional-show-hide.md
Updated the conditional 'Show Hide' for Form customisation in lists with 2 further valid formula for Boolean (Yes/No) columns.
1 parent 6c57a01 commit d1f3ad7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ The following formula checks if the Yes/No column `[$Promoted]` is equal to a Ye
132132
=if([$Promoted] == true, 'true', 'false')
133133
```
134134

135+
The following are also valid:
136+
137+
```
138+
=if([$Promoted], 'true', 'false')
139+
```
140+
141+
```
142+
=[$Promoted]
143+
```
144+
135145
##### Lookup column
136146

137147
> [!NOTE]

0 commit comments

Comments
 (0)