Using Any. block with dynamic components extension

Hello!

I'm trying to create an app for mental health where you can add your own activites you need to do through the day and than check if you did them.

I'm using dynamic components extension to make the cards or check boxes and i want to make it so when you click an image it turns green like a checkbox.

BUT it is really hard with any.image combined with dynamic components.

So here is what im trying to do:
-User adds his own activity (works)
-The card/checkbox gets added to the list (works)
-I want an image turn to other image when clicked (doesn't work)

Here are the blocks:

What i tried:

I can also share the aia if anybody is interested in helping.

Also simple preview of the app:

Welcome @Timotej_Zalokar

Is this

you are using? Or something else?

Then why didn't you post that aia so they can determine if they are interested?

When any image click event, in the place of component, avoid setting the comp through dynamic comp id instead simply use getComponent. So the clicked image alone will turn to the new image

Note that component in the when any Image.Click is already the Image that was clicked, so you could skip the call to DynamicComponents1.GetComponent and see if that helps.