What is your goal?
Extract the data from the collection that i get in the webhook and send it to my CRM
What is the problem & what have you tried?
The data i recive is storred as a collection of collections and i tried to parse it as an array but it didnt work
Screenshots (scenario flow, module settings, errors)
Hey there,
check whatever service is sending this webhook cause its configured wrong. Its putting the value of the variable inside the name, and then the next collection inside the value of the previous one.
Welcome to the Make community!
To help us see if the JSON is encoded incorrectly, please provide the raw request.
You can do that by setting the Webhook “JSON Pass-through” to YES (it is “No” by default), when creating or editing a webhook.
Alternatively, click on the download output bundle icon and format it correctly when pasting here.
Please provide the input/output bundles of each of the relevant modules by running the scenario, or get the bundles from a previous run from the Scenario “History” tab.
Providing the bundles from a scenario run will allow others to replicate what is going on, especially if there are complex data structures (nested arrays and collections) and external services. This helps mapping the correct raw variable names from collections (instead of the label/display name).
Need help❓View instructions ◀
Click on the white speech bubbles on the top-right of each module and select “Download output (or input) bundles”.

A. Upload a Text File
Save each bundle contents in a plain text editor as a moduleNumber-output.txt file. Open the file to check if it has not added additional formatting or encoded the plain text.
B. Insert a Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the bundles AND format them correctly.
Formatting IS Important! 
Here are some ways to provide text content in a way that it won’t be modified by the forum.
-
Method 1: Type code fence manually —
Manually type three backticks ``` in a separate line before and after the content, like this,
```
text goes here
```
-
Method 2: Highlight the pasted content, then click the preformatted text/code button —

-
Method 3: Upload your file elsewhere and share the public link —
This method is only advised for large files exceeding the forum upload limit.
This will allow others to better assist you. Thanks!
— @samliew