What are you trying to achieve?
Hey guys;
I need to extract the data from a Kommo bundle.
The value is inside an array which is also inside another array.
Steps taken so far
I have seen another topic here in wich another user gave a great contribuition:
{{first(map(3.custom_fields_values; “values.value”; “field_name”; “Tipo de produto/serviço”))}}
Using this, it actually finds the data, it is imported as the inbound data, but it’s not usable.
Screenshots: scenario setup, module configuration, errors
Welcome to the Make community!
To allow others to assist you with your scenario, please provide the following:
Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
A. Upload as a Text File
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt
file.
You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved.
Sharing these details will make it easier for others to assist you. Thanks!
– @samliew