Unanswered
Hi, Is It Possible To Apply And Logic In Task.Get_Tasks? For Example, In The Below Example Tags Is A List Of Tags And I Want To Only Fetch Tasks That Has All Of Said Tags
Hi ImmensePenguin78 ,
When creating the tags list, try doing this: tags = ["__$and", "tag1", "tag2", "tag3", ...]
this should make sure you get only tasks with all the specified tags
156 Views
0
Answers
3 years ago
one year ago