ripe-tailor-83334
06/28/2022, 2:54 PMobject.(KEYS(object)[0])
or am I missing a simpler way to grab the first and only key out of a specific object when the actual name of the key will change from event to eventbroad-actor-55000
GET(object, KEYS(object)[0])
does that work, @ripe-tailor-83334?flat-kitchen-56993
06/28/2022, 7:13 PMobject.first
works for me.
Here is an exemple parse_response.actions.first.value
where actions is an arraymodern-farmer-99434
modern-farmer-99434
ripe-tailor-83334
06/28/2022, 7:28 PMGET(GET(GET(object, KEYS(object)[0]), 'value-1'), 'value-2')
ripe-tailor-83334
06/28/2022, 7:28 PMmodern-farmer-99434