on 1.107.4
trying to figure out how to get a group by in a no-code way with aggregate (or other) function.
I have a list of ids and ip addresses. the ids are duplicated, one for each ip address (some id’s have multiple IP addresses).
The aggregate node wont (or I can’t convince it) aggregate the IP addresses by id, so that there’s a single id row and an ip array with each of the IP addresses in it.
I basically want a group-by for id, and the ip in the aggregate.