Node to return sub element

Hi,

A lot of webservices callable by HTTP Request node return an answer with 2 elements : one for meta about the request, one for the data.

It should be usefull if we can return only the second and not use Code Node.

Best

Hi @JulienDelRio

You can do this with the set Node :slight_smile: The JSON function allows you to set it however you want. Of course if it is an array you need the split node and name the field of the data array.

1 Like

Hi,

Thank you.
I do it with Edit Field.

But an option on HTTP Request would be great.