Linked to request #44437
When the comparison is done, we only take in account the case when the field does not exist in the linked artifact.
We should not return an error if the field value searched in theWHERE part does not exist in the linked artifact. For example:
Example with the following query:SELECT @pretty_title FROM @project = 'self' WHERE status = "New"  where status is a list field.
If you have a linked artifact which also contains the field status BUT, the status field in the linked artifact does not have the New value then, an error will occur if you expand the parent row of the result