This is just a note on something I’ve noticed which might be useful to know.
When I rename an ‘Active’ workflow, it re-executes the last historic run of that workflow (in that it’s not firing on any new triggers but is firing from the historic data that it last received).
Honestly do not understand that and also not how it would happen. To make sure I understand you correctly. When an active workflow gets renamed it just takes old data from a previous execution and runs that again?
So it checks for AT modication with AT trigger node.
Checks to see if a ‘Selection’ (check mark) has been made on a specific Column of the AT base and table using IF node.
Sets the data for those that have been Selections.
Sends SMS to those users via Twilio.
So in this example when I renamed the ‘LIVE’ workflow (a few days later), it re-ran it again using the same data, so the same people received the same SMS again (not a problem as a test).
And as a note I knw at least one of the people did not have a current ‘Selection’ on their table so it suggests it was using the past data.