💡 [REQUEST] - IterateListUntilSuccess node #70
Labels
enhancement
New feature or request
Medium Priority
Nodes
Issues concerning the standard node library.
question
Further information is requested
Milestone
Implementation PR
No response
Reference Issues
No response
Summary
A node similar to the ListIterator that stops after the first element return Success.
This is useful for searching in a list for the first matching element.
Basic Example
When having a list of possible targets with types and you want to find the first element matching a specific type, at the moment, you would need to build a tree that failed on match and invert the status above the iterate. It would be easier if you could just have an iterator that stops on the first success.
Drawbacks
None
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: