I want the value to be applied only to individual list items and not to all items in the list

I am facing an issue in WeWeb where, when clicking the “minus” or “plus” buttons, the value is being applied to all columns instead of just one specific column. How can I ensure that the value update occurs only for the specific item in the list, and not for all items?

problem is in the video

Hi, three things come to mind:

  1. And whatever you’re showing in your card (individual item) should also be card-specific (so no parent-variable, as these will be the same across all cards).
  2. Make sure to include/send the ID (of the individual item/card) in your action.
  3. Make the action ID-specific.

Good luck!