Element id from the parent of the clicked element

I have the following code:

Bildschirmfoto vom 2023-05-16 15-57-56

I then created a tag with a trigger which triggered only under the following condition:

When Click-Element matches the CSS Selector button, button *

I would like to retrieve the ID of the button whenever I click on the text “Rate Us” or the button symbol. Unfortunately, I am currently facing an issue where the ID value is consistently returned as null in these case because I need to click exactly on the button element itself, rather than on the surrounding text or symbol within the span element.

Any idea on how to do this without adding the ID in both span elements?