So I try to do a simple edit action to one of my data fields and ignore the fields that are not send in the call. I do this by using the Set_ifnotempty/null filter. This works for strings and dates, but not for booleans or ENUMS. Although the fact I use set_ifnotnull, my boolean fields always get reset to false if I don't send them and my ENUM fields are getting reset to the first option in the list.
I wanted to check if I am missing something super easy here. Just a simple update action can't be that hard 😁
Update Datatype & ignore empty fields not working for Booleans and ENUM fields
4 replies