@{selected|repeating_inventory_$?{Item Number|1}_itemname} ^ I tried this, but it throws errors and seems to misunderstand the query. @{selected|repeating_inventory_$?{Item Number|1}_itemname} ^ If I copy the results and paste them into the chat it gives me what I want. I'm attempting to make an output a little more complex, but if I can get this part sorted out the rest falls into place. I'm attempting to make an output a little more complex, but if I can get this part sorted out the rest falls into place. Is there any way to escape things so I can just input the item index in a query and get back the item's name? Update: Attempted the Prefix Trick to no avail. @{prefix}selected|repeating_inventory_$?{Item Number|1}_itemname} //where @{prefix} = @{ //output seems identical to first attempt. Update 2: Found workaround: /w Cereal [Post to Chat](`@{selected|repeating_inventory_$?{Item Number|1}_itemname}) // Put your own name in to avoid cluttering up chat for gm. If there's a better way to do this, please advise.