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
Due to the delayed interpolation of variables by if, and matrix overwriting the original variables, matrix with an if does not work.
Below example should produce 1 sheet depending on the variable switch, but does not.
read: - test: rows: 5 values: header: value write: - matrix: variables: value: [a] write: - memory: if: ${switch} == '1' id: test_matrix_write_if_${value}1 - memory: if: ${switch} == '2' id: test_matrix_write_if_${value}1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to the delayed interpolation of variables by if, and matrix overwriting the original variables, matrix with an if does not work.
Below example should produce 1 sheet depending on the variable switch, but does not.
The text was updated successfully, but these errors were encountered: