What does the Optional flag do in Logic Block Fetch expressions?

How does setting this to true change expected Fetch behavior?

When optional is set, the filter expression is applied only if the right-hand side is non-empty. For example, if nwId is populated on the record but AddressLine2 is not, only the first two expressions will be used in the fetch filter.

5 Likes