Array split join basics

A function node containing this should do it

msg.payload = msg.payload.map(x => x.state)
return msg
2 Likes