there is ADD JAVASCRIPT button next to items when mapping response, when clicked opens as a function (value, element)
both value and element are JS objects
when I try to display structure of "value" it gives me properly structure of value object (item on the list) but when I try to display structure of "element" contant browser is crashing
what is inside "element" object?