From here we can see that the payload shows “items” as an array and even in the webhook output we see it as an array but when i add the next module I only see one product from items not both
Hi,
Have you tried checking if your JSON structure is correct? Instead of adding extra steps with a set variable module, you can directly use the substring function within your HTTP content payload
Something like
{{substring(JSON String; 1; length(JSON String) - 1)}}