Ifempty error

Hi,

I have this formula , but I keep getting error
{{ifempty(1.guestEmail; “”)}}

When I just had email in, if there was no email present it was sending an error, so I used the ifempty formula, so that nothing is sent if empty (I also tried null and that did not work).
It still errors.
Can anyone help?

Thanks!

You should be creating a filter before this module to check if guestEmail is valid.

That is a required field, so if there is no email it will throw an error even if you put an empty value "" into the field.

Hope this helps! Let me know if there are any further questions or issues.

@samliew