Hi @kz88
I am a little confused at what you have there as your Get Items will possibly return more than 1 thing, so you should use an Apply to Each loop
But here is how you get what you want
Get Items
--Apply to Each on the value dynamic property
----Inside here add a Select
------For the FROM, select the Multi-select Choice Dynamic Property from your Get Items action
------Then for the Map, click the little button to switch to Map advanced mode (so you can type it in)
------Click in the box
------Click the expression tab
------type the expression item()['value'] (it will be value or Value)
------Now if you want them all joined together into a single string
------Add a Join action
------the input is the Output of the Select and the Join with type a ,
And now you have a nice comma separated string joined together of just the values.. nothing else
If you wanted an array of just values then in your Select DONT use advanced, just add the Key as Value and the value as item()['value'] or Value
Then skip the join
Option 2.
add a Parse json action
in the Input put the Dynamic property for the Multi-select
Since you already ran this before, you have the schema in the history, go grab the output (body etc)
Use that to create the Schema sample
Next add an Apply to each with the input being the Body of the Parse JSON
And inside add a compose and just put Value.. as it will be a dynamic property.
Now you can loop through all of them.. And do whatever you want.
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey