Hi,
I have an email bot that triggers on a new row to send a “New order” email. I also have an “Order Updated” email that triggers on updates only. The problem is that I have an update on the new row as part of the sequence of actions so that the “New Order” email only sends after the child table with order detail rows have been added.
The new row has the update so that child table data is shown in the new order email.
It means that every time there is a “New Order” email, an “Order updated” email triggers too. It’s been like that for a long time and it’s just a second email each time but it’s really annoying.
I tried havign an expression that stops the update email sending if the [date taken] = today() and the [time taken] < TIMENOW()+1 but due to date formatting it doesn’t work - is there a simpler way?
Thanks
Phil