We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apply_if
Actions will be more powerful if we add additional condition
actions: - type: set field: name locale: en_GB scope: null expression: 'trim(value("name", null, "en_GB"))' apply_if: 'hasValue("name", null, "en_GB"))'
apply_if is an expression. Action is applied only if apply_if is evaluated as true.
true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actions will be more powerful if we add additional condition
apply_if
is an expression.Action is applied only if
apply_if
is evaluated astrue
.The text was updated successfully, but these errors were encountered: