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.

  • April 15, 2022
  • 2 replies
  • 52 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.

 

 

Best answer by Troy Tessalone

Hi @diegoantony 

Good question.

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

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
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 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
  • April 16, 2022

Thank you Troy! Works perfectly!