ERROR on NULL
Comments
-
When a value has a NULL value and is added to a list using the AddItemToList step it gives the error:
[BusinessRule] Error Assigning value System.Nullable
1[System.Decimal][] (Nullable1[]) to Planned (TagListItem)It will happen quit often that a value could be NULL and we need to include it in the list.
How do I set the list to accept NULL?
Howdy, Stranger!