From a string array, how do I choose the first value, and second value (if present)?

Need first and second (if present) value from a string array.

Hi
I created a short Demo for you.
blueprint.json (5.1 KB)

In short: to select object from array you can use the array options like this:

image

The number is the index of the object in the array.

2 Likes