Describe the problem/error/question
I am trying to convert the data from a previous node into a comma separated string. In the screenshots below, you’ll see that my JSON data has some arrays and strings, and in particular an Object with a list of strings within. I need to get the words “automation” and “helpers” into a comma separated list, like in the second/third screenshots. I do not need the long string of numbers.
How can I do this? I tried so many combinations of nodes, but I feel like I’m at my wits end. I understand Code enough to try it if given suggestions, but not enough to come up with my own solution to this.
The previous node data:
I want to convert that into something like this:
Where instead of “sensor,ecobee” it would be “automation,helpers” from above screenshot.