arrayElement

Get a value from an array by given key.

Arguments

array

DataType
mixed
Required
true
Description
Array to search in

key

DataType
string
Required
true
Description
Key to return its value

subKey

DataType
string
Required
true
Description
If result of key access is an array, subkey can be used to fetch an element from this again