Skip to main content
Question

How to retrieve multiple records from a GET webhook and display them in an HTML table

  • December 13, 2024
  • 2 replies
  • 21 views

Hi everyone, 
I would like to retrieve event data via a GET webhook and then write the data to an HTML table all at once. In Postman, the API call outputs several data records. In Zapier, the webhook step only gives me one record at a time and creates as many new HTML tables as I have records. 
My question - How can I retrieve all the data in the GET call as JSON and write it to an HTML table?

Find here some screenshots:


Thank you,
Kind regards
Elias

 

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

jayeshkumarbhatia
Forum|alt.badge.img+6

Hi ​@egruber1 ,

 

With which API are you trying to get multiple records? Also can you share screenshot of Action 5?


  • Author
  • New
  • 1 reply
  • December 13, 2024

Hi, 

see here my configuration in the API Call. Is that good for you ?