You can use regex. For empty fields you can write ^$ (it means: ^ is the beginning of the string and the $ is the end. In this case „nothing between this two symbols“)
↧
Trigger - check if Linear field is empty?
↧