For the following automation:
When {status} changes to {something},
do my custom action with {Files}
where
{status} changes to {something}is a built in trigger{Files}is restricted to columns of type File
If I have
- a main board with columns
Item StatusandItem Files, - a subitem board with columns
Subitem StatusandSubitem Files
I’ll be able to select
- ✅ either of
Item StatusorSubitem Statusfor{status}. - ❌ only
Item Files(but notSubitem Files) for{files}
What’s the best and simplest way to allow Subitem Files in the {Files} field?