Currently any form with column formulas will trigger row change automations every time a new row is added. This results in both the new row automation AND row change automation sending every time a new row is added.
Both the column formulas and different messages for new vs changed rows are necessary so just using row change notifications isn't an option.
My idea is to stop row change automations from triggering when a column formula applies to a new row.
I do have a secondary idea and that is to allow selection of a delay to the new row notification triggering. So lets say it could take up to 10 minutes for a new row to be completed. The automation could be set to trigger 10 minutes after the row is first created so that the full completed row is caught in the new rown notification rather than a new row and row change notification being sent out (a similar delay would likely have to be selected for the row change notification to offset the new row delay). But this is more of a nice to have, whereas I believe the above should be the default.