Hi there, I am using make.com (formerly integromat) to update an external database whenever a row in my smartsheet is updated.
The automation is set up so that whenever a row is updated, I get the row (all of the cells) and then send that data to update my database.
I only need this to trigger when a cell value is changed. The issue I am having is that if a row is re-ordered in the sheet, it causes the row numbers for that row and all of the other rows after wherever it was moved to, to update, which triggers a row update event for every single row whose number has changed.
This causes many issues (increased costs and excessive notifications).
I would use the cell update trigger, but then I have the issue of it not catching the update of a cell that was previously blank being updated with information. This counts as a cell created trigger, not updated. And if I were to use a cell created trigger, it would occur for every single cell whenever a row is created, which causes the same issue.
Any idea how I might be able to circumvent this?