Triggered Rules
- using "After Saving New Content" Event
- adding the condition "Field has Value"
- inputting nothing (leave empty) or "NULL"

WORKS for a single value autocomplete textfield (allowing actions to complete correctly)

DOES NOT WORK for a multi-value value autocomplete textfield (breaking actions)

This may be because the multi-value autocomplete textfield is not actually empty when no values are inputted. This should be fixed.

Comments

TimelessDomain’s picture

maybe this is a cck issue? #446390: make rules conditions more robust ("Don't check for additional empty values, when there are multiple values. Fix checking for empty values.") - Although this issue has been fixed so the problem might lie elsewhere.