You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added table column validator `unique: true` which ensures all values in defined column of the table variable are unique.
Co-authored-by: Antti Kivimäki <[email protected]>
Copy file name to clipboardexpand all lines: docs/site/docs/usage.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ If you need to use numbers in the templates, you can use the `atoi` function to
134
134
135
135
### Validation
136
136
137
-
Variables can be validated by defining [`validators`](/api#variable) property for the variable. Validators support regular expression pattern matching.
137
+
Variables can be validated by defining [`validators`](/api#variable) property for the variable. Validators support regular expression pattern matching, and table validators also have column value uniqueness validator.
0 commit comments