Input two comma separated lists and get a comma separated list of items that are present in both lists. Useful for lots of things. Possible with existing blocks, but a bit slow. Also output ones that are in List 1 only and in List 2 only.
2 Likes
Also, something that would be nice is a list of items in list one that are not present in list two and vice versa
Good ideas.
“Find List Intersection” block
Inputs:
- list 1
- list 2
- case sensitivity (bool)
Outputs:
- list 1 only
- list 2 only
- shared/common items
1 Like
Literally said that lol