In the example below I'd like to map a value from a service response to a local storage variable.
I KNOW the service response gives me an array, but how do I get a handle on the FIRST FirstName in the service resonse's array.
(In this case I'm only interested in the FIRST element of the array, as I'm only expecting one value to be returned)
I guess I need to enter the JS section of the storage input, but I don't know what (input) variable to address for this. The javascript should basically return
the first FirstName in the "input" array.
Help would be greatly appreciated ![]()