Hi @Meneghino,
Thanks for the feedback.
I think here the ""=blank() not return true should be caused by the type.
As "" should only represent string type, and blank() should be able to represent blank for most of the types.
By the way, as the documentation states:
"The Blank function returns a blank value. Use this to store a NULL value in a data source that supports these values, effectively removing any value from the field."
As Blank() would be used to represent a NULL (Not exist) value, I don't think it would equal to the "" value.
Although currently it is not available to patch NULL to data source.
Regards,
Michael