NOEL2
November 5, 2025, 12:18pm
1
I receive datas from Fillout. Some items are empty and i would like to creat an email which is not containing those empty lines.
The if conditiosn are not working in the mail
I can’t create a variable with differents variables created with a router with a filter
Than you for helping
Hey there,
can you show some screenshots of what the scenario looks like and what data you are trying to send over email?
Hello,
Please share your email module config it will help a lot to find solution.
I assume your problem is related to empty lines in text in your email if the Fillout value is empty.
You can use conditions - add a new line/heading only if the value is not empty, and if it is empty, do not add anything.
for example:
if( length( {{filoutvalue}} ) >1 ; <br> {{filloutvalue}} ; emptystring )
NOEL2
November 6, 2025, 9:26am
5
Thank you. I have found a solution. I’m using the tool “get variables” in witch i put my condition “if the Fillout item is empty,””,fillout item”. I do it for all the items. After that i recuperate the non null items with a integrator before sending it to the email.
1 Like