Hi all,
I have a web form (simple Text Fields and Numeric Fields).
After submitting the form, my workflow populate my database.
Some fields are not required (like phone).
In my Database, I allow Nulls Value for my Phone (translate : "telephone")
Now what's happens.
From LFForm :
if my phone's field is populated => My workflow works.
if my phone's field is empty => My workflow doesn't work.
When my field is empty, I have a SQL Error
But in my mind, this is not true because my phone's field should be empty and can be added in my Database as I allow null's value, right?
I don't know If I should change something under the Workflow, the Form or my SQL.
Someone can help me?
Regards