How to clone Group click features too, along with components?

I’m trying to make a community page, using firebase and thunkable.
I created a group:

then I cloned it and edit data using firebase. Now output screen:

I want to add “When heart image clicked, set heart image to heart 2.”

but it only works for 1st group, not other cloned ones!

Blocks I used:


Now I want to know either of 2 things:

  1. How to apply “when image clicked” from group image/button features to clones too?
    OR
  2. How to make a community section for my app?

My plan:

  • Get firebase data fetched, and display it like this.
  • Load data like pages. (5 posts per page)
  • Add a comment section INSIDE the post in firebase. (Or should I ask users to join Discord/Telegram if they want to discuss things?)

Please help me out!