Multiselect - Adding Values Issue

I’m trying to use the Multiselect feature to allow users to associate information to and object. I also want to leverage the ‘Add’ function to allow users to create new values.

In this example I have two options, each has a unique value.

image

I have a workflow that I want to add to the database on change, however I have no idea how to get the Label out of the array, it’s only giving me the Value. I need the Label as I want to add that to the database associated with the ID. How do I get the label?

image