Hi,
I wrote this code :
if (input.Valor_Total_Orden <= 4000000);
{
sendmail
[
from: zoho.adminuserid
subject: "prueba OC"
message: "prueba OC"
]
}
and I keep getting this error:
Error at line number : 2
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression
and I have no clue what could be wrong in line 2.
Does anybody know?