I'll try to describe the issue as best I can: I have a notification automation that is triggered by a row change (an attachment is added). The automation must also meet two conditions, both of which are checkboxes that must be checked to satisfy the two conditions.
The first of these checkboxes triggers an earlier automation that uses Document Builder to fill out a PDF and attach it to the row. The second checkbox starts a third automation that ultimately results in another attachment being added to the row.
The problem I'm having is that when the second checkbox is checked, the notification automation is sending the notification both before the second PDF is returned to the row and after the second PDF is returned to the row. When the second checkbox is checked, the first attachment (created by the Document Builder automation) is already attached to the row, and the sheet has been saved and refreshed. In other words, the basic trigger condition of an attachment being added is not being met.
It seems as if the logical test of the trigger condition is that an attachment exists, not that a new attachment was added.
Can someone help me understand if I'm missing something or is this a gap in the trigger logic that the dev. team needs to address?