Question about multiple shopping lists

Heya! Ok so multiple shoppinglists is here, perfect.
I had a notice to my phone when someone added something to the shopping list.
As trigger I had Manual Event > When “shopping_list_updated” event is fired and it worked fine. But it seem only trigger towards the original shopping-list.

As a condition I had {{ trigger.event.data.action == ‘add’ }} so I only got notice when something was added to the list.

Is there a way to also trigger this for my newly created list(s)?
Like “shopping_list_newone_updated” or something?

I also renamed both of them, but that “shopping_list_updated” still seem to trigger only towards that original list even if it have a new name.

Thank you!