What are you trying to achieve?
I have an Array (144. saleMetas). When the value of the field (meta_key) is (sck) the function should return the value of the field (meta_value).
My array has the following fields:
saleMetas
id
sale_id
meta_key
meta_value
created_at
updated_at
Steps taken so far
I’m using this and it’s not working.
{{first(map(144.saleMetas; “meta_key”; “sck”); “meta_value”)}}

