I’m trying to validate, if there is a wrong format of a file attachment in a task using AI-Studio.
If there is just one of X attachments in the wrong format, ai should put the task in the column “Blacklist”.
I tried Claude Sonnet 4 and GPT. The output is always wrong and completely different. Tasks became always whitelisted, even there is a blacklisted format inside.
The task has two different attachments:
1 right format (.pdf)
1 wrong format (.exe)
Claude Sonnet 4:
Inspects task, finds one whitelisted format, ignores blacklisted attachment and puts task into column “Whitelist”. Done
GPT:
Doesn’t find any attachments
Now I’m trying to get the list “AddAttachmentStory” / “Activity Stories” and validate that one.
Yes, rules in Asana work in descending order - if the task meets the requirements of the first option in the condition it will trigger the appropriate action without checking if the task meets any other conditions.