Null is converted to empty string when writing to database.

While updating a table from the process model using WriteToDatastoreEntity node. Even though CDT fields are null, it is updating empty string value in the table. How to update NULL in the table when data is null?

 

Thanks,

Varsha

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    I've run into this issue before, too - it's particularly aggravating because a!queryEntity filters with the "is null" operator don't work as expected when the database field is empty text but not "null"; and Appian seemingly provides no way (without severe workarounds anyway) to put "null" as the value in a field that previously held a value - something that could potentially be a common use case.
Reply
  • 0
    Certified Lead Developer
    I've run into this issue before, too - it's particularly aggravating because a!queryEntity filters with the "is null" operator don't work as expected when the database field is empty text but not "null"; and Appian seemingly provides no way (without severe workarounds anyway) to put "null" as the value in a field that previously held a value - something that could potentially be a common use case.
Children
No Data