Hello! I have a workflow which gathers some data and appends it to a Google Sheet. The data includes an ID, so I have it set to Append or Update to avoid duplication. It works great. However, I also have a notification sent to Slack at the end of the workflow to say how many new rows were added to the Google Sheet. This always seems to be the full collection of data, as the Google Sheets node passes all the data through, with no way to distinguish between which items were appended and which were updated.
Does anyone have a recommendation for a nice simple way to achieve this before I go and over-engineer it?
Thanks!