Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoIf you are using an Automation to do a mass update to trigger a whole bunch of email Notifications I believe that the system considers this to be a multi record change. As a result your notification is only triggering on a single record change. So the notification will not fire.
However if you did the same mass update using a pipeline then the system will see those individual record changes and fire your individual email notifications to your external recipients.
You can try pushing the button to convert your automation to a pipeline and see if it can be automatically migrated. If not then you will have to build a pipeline from scratch yourself. Note that once you create the pipeline you will have to check to make sure the Pipeline is turned on and make sure that the automation is replacing is turned off.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
However if you did the same mass update using a pipeline then the system will see those individual record changes and fire your individual email notifications to your external recipients.
You can try pushing the button to convert your automation to a pipeline and see if it can be automatically migrated. If not then you will have to build a pipeline from scratch yourself. Note that once you create the pipeline you will have to check to make sure the Pipeline is turned on and make sure that the automation is replacing is turned off.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
KatherineOakey
4 years agoQrew Member
I've done more poking...
Even though a Bulk Upsert block is being used, as long as it is nested in a For Each block I should be good with getting an individual record update and the resulting external Notification to an external user Email field?
I have 3 automations, two of which have run for this event but I can update the one that should run tomorrow morning and see what happens :)
------------------------------
Katherine Oakey
------------------------------
Even though a Bulk Upsert block is being used, as long as it is nested in a For Each block I should be good with getting an individual record update and the resulting external Notification to an external user Email field?
I have 3 automations, two of which have run for this event but I can update the one that should run tomorrow morning and see what happens :)
------------------------------
Katherine Oakey
------------------------------
- MarkShnier__You4 years ago
Qrew Legend
A Bulk Upsert will be a mass update, so you don't want that. You just want to search the records for the qualifying records and then
FOR EACH
do the update.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- MarkShnier__You4 years ago
Qrew Legend
The Automation probably migrated in a way that was most efficient for QuickBase to process. That would be to use the Bulk Upsert.
But it will not meet your needs. So you will not be able to use the method that the migration tool suggested.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------