Dynmic component getId

I am making an app using dynamicComponent extension. I want to implement image click when any image.click event block is used to get the block, but the component value comes in well, but when the value passes getId, the component value
com.google~~~ .image@ee379fb
changes to com.google.appinventor.components.runtime.HorizontalScrollArrangement@66b42582
which does not seem to be related to image, but this value is not what I want :frowning: How do I get the original id

block Image :

then get id of the clicked component and by using the block replace the text , convert the clicked component id into image id and then get value of the image id

also you can go through this blocks

converting clickable component id into required component id and get value of the required dynamic component id

See an example