I’m using the slack create:channel node to create a channel and then passing the channel Id to post message. I can see all the data is there but when I drop it into the json it is rendered as [undefined].
Seems some kind of impaired items occurs (when the previous nodes have different amount of returned items). Try replacing the .item.json with .last().json for slack channel
Interesting, this fixed it! I’m a bit confused as to why that was the solution but I guess Setup Channel is technically returning an array so this forces selection of the only item in it.