Hi,
anyone have experienced Null values in Html referred a field as dropdown, date, etc.
I try with this code in freeflowscript to return no values instead a "null", but don't run.
if (rec.Date == null)
{
tempVariable = "";
}
else
{
tempVariable = rec.Date.toString();
}
Any suggestion?
Thanks
Michele