Array with variable index

What are you trying to achieve?

I need to get a value from an array, but the index of this information may vary. I need to get the Lead id Kommo information that is in Fields

Steps taken so far

I have already managed to get the information through a module.

Screenshots: scenario setup, module configuration, errors

Hi @ROBERTO1
Use get and map function
Get(map(field array;value;name;Lead id Kommo);1)

Thanks