HI, I have really simply workflow, where I want extract all name product fields from api. From http request I connect to the API and I try find some node which gonna help me. I will try to use Edite Field (Set) but on thi way I can get only one filed with product name. In json from api I have many of products. Can anybody help me ?
This can be done with an expression and also with the use of some nodes.
For using nodes in a lowcode way you need to use the split node to split that list and a set node to keep only the name and after you can aggregate the names with the aggregate node.
With an expression it is this expression(unverified)