Skip to main content
Best answer

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


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.

 

 

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @diegoantony 

Good question.

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

View original
Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31531 replies
  • Answer
  • April 16, 2022

Hi @diegoantony 

Good question.

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


  • Author
  • Beginner
  • 3 replies
  • April 16, 2022

Thank you Troy! Works perfectly!