Hi, I'm trying to write a python query to mimic the interactive filter as seen in the attached screen grab. I am not quite sure what the syntax is for linked entity, that is, I want to filter based on the sequence of the shot that a task is bound to.
I have tried all these permutations, but none work:
["entity.Shot.Sequence", "is", {"type": "Sequence", "id": 224}]
["entity.Sequence", "is", {"type": "Sequence", "id": 224}]
["Shot.Sequence", "is", {"type": "Sequence", "id": 224}]
Thanks.
sg.png