Best answer

Making a "Post" action that returns more than on key value and problems with new/update row on MySQL.

  • 16 April 2022
  • 2 replies
  • 38 views

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.

 

 

icon

Best answer by Troy Tessalone 16 April 2022, 17:03

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @diegoantony 

Good question.

Try using the Looping app to handle line items: https://zapier.com/apps/looping/help

Thank you Troy! Works perfectly!