grouped step matching by field
This block is part of the array group and was last modified in core v12.0.7.
grouped step matching by field
v12.0.7
Returns all matching objects for the given key-value pair in groups in steps ([A, A, A, B, B, A, C, C, C] becomes => [(A, A, A), (B, B), (A), (C, C, C)]).
| Pin | Pin | Type | Default |
|---|---|---|---|
arrayrequiredThe array of objects to be searched. |
array |
||
keyrequiredThe key to be used for matching. |
value |
| Pin | Pin | Type | Example |
|---|---|---|---|
| grouped An array of groups where each group contains matching objects. |
array |
Core Releases
v12.0.7 This block was introduced inv12.0.7, click here to see the release notes.
Back to
array
Return to the main group to view all sub-groups
Back to array
Return to the group to view all blocks within this group