I’m not sure, but just guessing here that you could do the webhook call within a code step and either return the object or parse the object to deliver it (return from the code step) as an array.
Oops just for a clarification I am not doing a webhook in a zap but a code in an application/integration
Paging @ikbelkirasan for help here.
Hi everyone,
Triggers and searches require arrays as output. Objects are required as output in actions.
Is this a custom integration? If so, create an array that contains a single item which is the response object and return it instead.
Triggers and searches usually return multiple results which would run multiple instances of the zap in parallel. That's the reason why an array is required.
Ikbel
@ikbelkirasan yeah it's a custom integration. And thanks for clarification.
the solution in my case is this: