Hi @DilipChiru I’m not so sure I’m following - are you looking to have the JSON that you’ve provided sent over to a spreadsheet? Are you using Google Sheets, Excel, or just the Spreadsheet node?
Currently, I am send the complete list of data into an email using spreadsheet. Now I want to send send separate spreadsheet with the above data related to project and location count as mentioned below
This data is in the "Item list node of Location "
[
{
“Location”: “Pune”,
“project_name”: “LNC”,
“count”: 22
},
{
“Location”: “Pune”,
“project_name”: “VIDC”,
“count”: 7
},
{
“Location”: “Pune”,
“project_name”: “abc”,
“count”: 12
},
]
I would like to print the data into rows for “project_name” and Location as columns