Refer to current item in Validate Rule - Value Each

I have a Value Group .Email() in my page which I need to validate for valid email addresses. So in the Validate Rule, I put .Email() in the property ==> it does a Validate Each when selecting the function.

In the function, I choose the OOTB “Validation of [Property Name] using [Edit Validate Name] fails”, but then I need to fill in the property name. Is there a way to reference to the “current value”?

I figured out on how to do this.

When having a For Each evaluation, you can refer to the current one with…

So you can use .Email() as primary parameter for the “Validation of [Property Name] using [Edit Validate Name] fails” validation function.