array_of_structs.element
Argument
| Description
|
---|---|
array_of_structs
| Array data type. Array of structs from which you want to access elements in each struct.
You can enter any valid transformation expression that evaluates to an array.
|
element
| Name of the struct element that you want to access.
|
employee_info_array = [ derrick_struct{ name: 'Derrick' city: NULL state: 'NY' }, kevin_struct{ name: 'Kevin' city: 'Redwood City' state: 'CA' }, lauren_struct{ name: 'Lauren' city: 'Woodcliff Lake' state: NULL } ]
|
|
---|---|
|
|
|
|
|
|