When I want to test for an empty value in a condition should I use the Regular Expression ^$ or should I just let the value field be empty? Or is there no difference?
You can do that if you want to use a Regular Expression. You also don’t need Regex. You could leave that unchecked & leave the Value field empty. Both should work.