Hello,
I am trying to use an array of strings as input in an API connection point from a document path.

This is the input I'm using:

However, only the first Item in the array makes it as an input parameter:

Here is the very simple document schema I made to test:

What am I doing wrong here? Isn't the wildcard '*' in '$.products[*]' used to grab all the elements in the array?
Any help is appreciated 