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 Status
andItem Files
, - a subitem board with columns
Subitem Status
andSubitem Files
I’ll be able to select
- ✅ either of
Item Status
orSubitem Status
for{status}
. - ❌ only
Item Files
(but notSubitem Files
) for{files}
What’s the best and simplest way to allow Subitem Files
in the {Files}
field?