Replies: 2 comments 4 replies
-
Please attach the workflow. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure here's a little example workflow (added .txt extension to upload): there an accumulator with +1/-1 on up/down keypress, the ending SkipWhile node should filter out elements whenever they're >5, but instead it passes all elements through (I did end up solving my original issue with a Scan, but good to know about this for future reference) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I have a question about the SkipWhile: the documentation seems very clear, but this node doesn't seem to perform as expected. Here's an example below, where the conditions in SkipWhile are fullfilled (workflowoutput is true), but the SkipWhile node continues to pass elements. Am I using this incorrectly?
Beta Was this translation helpful? Give feedback.
All reactions