API Connector List of Values

Hello. I’m using the API connector to pull a list of rows of data. For example, a list of items sold in a store. Each item is returned as Item ID number, item price, and item quantity on-hand.

I’m trying to setup a workflow to store the list of values in the database. I can map the Item ID # one-for-one to the corresponding field in the database, but for the price and quantity-on-hand, the workflow seems to not permit me to store the individual values, but rather only allows the count, contains, doesn’t contain, first item, random item, item #, etc. It doesn’t allow me to map the value for that specific item in the list.

Any ideas how to get around this?

Thanks