In my Dynamic view, I have allowed users to add an attachment (this is the only update they need to make to the row). In my sheet, I have an automation that is triggered 'when a row is changed' and an 'attachment is added or changed. The action is to change a cell value.
When I add an attachment via the Dynamic view, the workflow will not trigger. However, if I add an attachment via the Grid (and make no other cell changes) the workflow triggers no problem.
The automation does not seem to recognize that adding an attachment via a DV is a row change.
Interestingly, if I first add an attachment to a row via the DV and then add an attachment to a different row in the Grid, the automation will run for BOTH the row that was updated in DV and the one that was updated directly in the grid.
How can I get the automation to trigger from the DV?
I thought about doing a scheduled automation to run once a day, but I get an error message that says workflow timing is unavailable / not allowed for a trigger of an attachment change.