We added 4 new conditional set filters:
 - first_notempty
 - first_notnulll
 - set_ifnotempty
 - set_ifnotnull
These will come especially in handy if you are updating records or objects but you only wish to update a field if the input is not empty or not null. Check out the tutorial to see how you can use them.