I am new to zapier , i want to automate a business use case through zap , I want to fetch array data from our api → save it to spread sheet → and then send that spread sheet to customer on daily basis through email.
I am able to get data from api in array form through action and trigger
e
{
"product_name": "Aircall",
"id": "188a9d17-3a55-4828-b2d0-a6d200b2a87f"
},
{
"product_name": "Bloomerang",
"id": "84d7de7a-e4b1-4600-b443-a6d200b2ee7a"
}]
but when i m creating a zap for spread sheet this data is showing in the form of objects . i m able to insert only 1 row in spreadsheet.
Please help me to resole this .I want to store data in my spread sheet in the below format