I have a zap with a webhook post action thate give me a report, that report give me a lot of data, i though that zapier would create an aditional line, instead of it, zapier fill only one line with all the information.
my report shows me data from an date interval, fo example:
default data:
{ "PacienteID": 36,
"Data": "03/02/2022",
"ProfissionalID": 1,}
{ "PacienteID": 38,
"Data": "03/02/2022",
"ProfissionalID": 2,}
{ "PacienteID": 40,
"Data": "03/02/2022",
"ProfissionalID": 1,}
When i put the key on a field, the key in shown like that : PacienteID: 36,38,40
i need to put 36 on line, 38 on another line, etc, but zap fill only one row with all the info.