Skip to content

Commit 4eb0eab

Browse files
authored
Merge pull request MicrosoftDocs#1607 from iChrisJ/patch-1
correct the one Like operand
2 parents 04f95b7 + 444c03d commit 4eb0eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/portals/configure/add-conditional-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The available operands are as follows:
3434
| & | And |
3535
| \| | Or |
3636
| ! | Not |
37-
| =\*, ==\*, -= | Like |
37+
| =\*, ==\*, ~= | Like |
3838
| !=\* | Not Like |
3939

4040
## Format

0 commit comments

Comments
 (0)