I'm trying to search for a certain phrase in the Notes field, but the flow fails if the Notes field is empty. Its logic: 'The template language function 'contains' expects its first argument 'collection' to be a dictionary (object), an array or a string. The provided value is of type 'Null'.'.
It seems to me that, fundamentally, 'contains' should be able to accept a null value, and simply always return False. I shouldn't need to nest the condition in another one checking to see if the Notes field contains a null object.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.