File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1296,6 +1296,9 @@ if exists("<sourceField>")
1296
1296
1297
1297
Executes the functions if/unless the field value is greater than the given value.
1298
1298
1299
+
1300
+ [Example in Playground](https://metafacture.org/playground/?example=greater_than)
1301
+
1299
1302
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+greater_than+{")
1300
1303
1301
1304
#### `in`
@@ -1378,6 +1381,8 @@ Executes the functions if/unless the field value equals `true` or `1`.
1378
1381
1379
1382
Executes the functions if/unless the field value is less than the given value.
1380
1383
1384
+ [Example in Playground](https://metafacture.org/playground/?example=less_than)
1385
+
1381
1386
[Java Code](https://github.com/search?type=code&q=repo:metafacture/metafacture-core+path:FixConditional.java+"+less_than+{")
1382
1387
1383
1388
#### `match`
You can’t perform that action at this time.
0 commit comments