-
In the 'condition' block I can add a new condition to compare a value to something, e.g. == 1 or >= 10. But, how do I specify which value I'm using to compare to in the first place? Couldn't find documentation on this one. FYR I would like to compare using a variable defined in a previous 'JavaScript Code' block. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Kholid060
Dec 13, 2021
Replies: 1 comment 1 reply
-
In v0.9.3, you can define the value that you want to compare. And in this case, to get the previous value, you can write |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Kholid060
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v0.9.3, you can define the value that you want to compare. And in this case, to get the previous value, you can write
{{ prevBlockData }}
in the first input.