Hello community.
I have an http node that excutes urls from a json splitted from an array of objects => { id: string, type: string, url: string}
I added the option for response and i tried to set the repsonse field name as an expression {{ $json.id + ‘_‘ + $json.type }}, instead of default ‘data‘. But ths does not work. every response use the first item to construct the field name. Is it a bug or i am wrong and didn’t understand how it works?
Thanks to everyone and have nice day