I need to create multiple rows in google sheet in a single hit via zapier.
Basically I need how to send request to zapier which can further use that to create multiple rows in google sheet problem I am facing is it is treating request a separate or first row is considered as request.
For example, I use array in post to create rows:
$new_arr=array();
$new_arrr0]0'contact']''Name']='test1';
$new_arrr1]1'contact']''Name']='tst1';
but Zapier take it as two request which allow me to create single row in google sheet.
Please help in making proper request or recognizing multiple rows request in zapier.
Thanks