"{{item.key}}": "{{item.value}}",
when configuring the connector action request body:sql
, htmlmixed
, jinja2
, javascript
, python
(letters all lower case). Further syntax highlighting can be added upon request as per: Code Highlightingbase64_decode
) for this like this:pattern
- The RegEx pattern (Note : The backslash (\
) which is commonly used in RegEx patterns needs to be escaped, so instead of \
two backslashes need to be used: \\
)regexErrorMessage
- The error message that should be displayed when the input doesn't match the pattern/^your_pattern$/
.^
is the start of the line and $
is the end of the line.