Skip to content

Commit fcf0f6b

Browse files
authored
correct the one Like operand
correct the one Like operand from -= to ~=
1 parent 13d3d84 commit fcf0f6b

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)