I need to get data from a column in Google Sheets and aggregate them.
How can I do this?
Example: I have data between B2 to B10. I want to take this data and aggregate it, separating it with a comma.
The part of doing the reading in Google Sheets I know how to do. I can’t concatenate them.
jan
February 26, 2023, 7:41am
#2
Welcome to the community @rafaelrocha !
You can do that with the Item Lists Node.
Lets assume the data you want to concatinate is in the property “Name” then the settings would be:
1 Like
Thank you very much. I ended up doing it with Java Script, but I’ll test it with the module. Another question is, how can I use replace to make some adjustments to the Name field’s Value? Following your example.
Hi @rafaelrocha , you could use a Set node before the Item Lists node to replace the values in a given field. Like so:
1 Like
system
closed
March 7, 2023, 4:06pm
#6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.