Hi there, love text field triggers and can do some very useful things with them, particularly in helping to construct URLs against a standard naming convention based on user submitted data. There is one major flaw, however. The “when a field is changed” trigger does not fire when the field is cleared. Rules which rely on reformatting another field when any change is made to one of the fields rely on the change being able to be to delete the current input.
A specific example:
I have a field called page URL in a board which is used to make requests for new landing pages for new products. We construvt the URL based on a standard www.my-site/products/[product name] format but we also need to add a suffix sometimes for duplicate pages.
So I have two fields:
Product name (with hyphens)
URL suffix
And a rule which says if either are changed we update the page URL field to: www.mysite.com/products/product name (with hyphens) - URL suffix
This works great (with some checks to deal with either field being empty) but the problem is if someone deletes the suffix field because they realise it is not required, the rule does not fire. It doesn’t recognise a deletion of data as a change.