Hi there,
I face a formula error when using an if in my property formula (email property): I am trying to return an empty value as the valueFalse of the if statement:
if(true,Email("test@test.com"),Empty)
But I get the error on the valueFalse format:
"Input types do not matchThe type of valueIfTrue and valueIfFalse should be equal. if expects valueIfFalse to be type Email"
The AI support says to use "Empty" but it doesn't work.
Thank you in advance for your help!