For a Table containing contact information
In SQL I could do something like one field is empty replace with another field : i…e If length(myField1)<1 then set myField1 = myField2
Doing this logic and updating records does not seem very intuitive and seems to take many steps.
Basic conditional logic using the fields to set and update values
empty_to_missing handles both a MISSING cell in myField1 and an empty string.
If you want to have a longer “replacement chain” you need to nest the if statements.
The screenshot is from the upcoming version (5.4), which is why you can see “Add expression”, which could also be helpful to avoid multiple nodes replacing one column each.