Unringify in a map statement

A map statement has an operation and a list as a parameter as seen on left side.
I want to create a list of operations and map only 1 item of that list to the list.
So I created a list of ringified operations and use in map only the first element.
But it doesnt work. I only get the ringified operation as much as I see in the picture.
I tried call and other operations, but it doesnt work either.
Any idea anybody?? How can I unringify the operation parameter in the map block?

try
untitled script pic (14)

After you drag the ITEM block into the MAP block, right-click on the ITEM block and choose "Unringify" from the menu.

Thanks for the quick reply. I knew it was something simple.
mk