Good afternoon, how are you? I needed help with a formula.
I needed a formula {if} where it recognizes when the field is empty or filled in, I tried with <> " ", but it didn't work.
Good afternoon, how are you? I needed help with a formula.
I needed a formula {if} where it recognizes when the field is empty or filled in, I tried with <> " ", but it didn't work.
hi @Contato_360_Suites
Empty would be =""
Not empty would be <> ""
{formtext: name=text}
{if:text=""}Text is empty{elseif: text<>""}Text is not empty{endif}