I’ve created a list view with a different fruits template inside of it which is queried from my firebase collection. The template works nicely inside the list view and pulls in the different name fruits inside parameters.
But when I add a toggle icon (heart) on the fruits template and click it when testing, it automatically ‘likes’ every single fruits template in the list view. I only want it to like just the 1 that the user selects. I can’t setup a parameter for toggle icon as there no option…
How can I make it so when the user likes one of the list view templates, it doesn’t automatically like every other template?