Re: Trigger only when attachments column is modified - When an item or file is modified
Hi there!
Well, sadly there is no way to create a condition when the attachment column is modified. But, there is a easy solution (yeah, really easy 😁) only creating a multi-choice column "Status" and in the When an item or file is modified > Settings > Trigger Conditions, set the value you want to use to run the flow.
@equals(triggerOutputs()?['body/Estado/Value'], 'En evaluación')
In my case this will allow me to modify the attachment column or some other column in the list, but it will not trigger the flow until the status column has the indicated value.
Problem solve!
Thanks.