Community-Made
List Intersection
8min
This action computes the intersection between two simple lists.

๏ปฟ
- [ I ] First list: List<Object> representing the first list (A)
- [ I ] Second list: List<Object> representing the second list (B)
- [O] Intersection: List<Object> representing the intersection (AโฉB)

๏ปฟ
- Drag action onto the canvas to get familiarized with it.

๏ปฟ
- Declare some variables to be used with the action.

๏ปฟ
- Assign the newly created variables.
- Save & Run the process and then Check Instance to see the output.

๏ปฟ
- Computing the intersection between two simple lists.
๏ปฟ

Updated 31 Aug 2023
Did this page help you?