Skip to main content
Question

How to swap the order of a webhook get request

  • October 9, 2024
  • 1 reply
  • 7 views

so i have a zap that issues a GET to an endpoint and returns with an array of objects.it then creates a new record in salesforce for each object. however the issue im running into is the webhook is pulling the newest object first and going backwards to the oldest pulled.i need this order to be flipped so its taking the last object first and creating records up to the newest one. How can i go about doing this?

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.

1 reply

Troy Tessalone
Forum|alt.badge.img+14

Hi @Salesforcetech 

For us to have more info, post screenshots showing how your Zap steps are outlined and configured in EDIT mode?

Also, link to the API endpoint documentation you referenced to configure the GET request.