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
------------------------------
- KatherineOakey4 years agoQrew MemberHummm...
The Automation checks a box if a date field = a specific date in the future so, yes, more than one record could have its check box set to 'checked'.
I didn't think I was doing a 'multiple' record check although yes, more than one record could be checked with resulting notification.
I'll give the Pipeline a whirl. I don't know pipelines well yet and couldn't figure out how to do this in a pipeline but yup, see if the migration can figure it out :)
------------------------------
Katherine Oakey
------------------------------- KatherineOakey4 years agoQrew MemberI don't think it migrated to a pipeline successfully.
I'll have to puzzle through what this Pipeline does (it's using terms like 'Upset' that I've not seen/heard before).
------------------------------
Katherine Oakey
------------------------------- KatherineOakey4 years agoQrew MemberNB, it also says 'invalid date' for the migration date from Automation to Pipeline.
------------------------------
Katherine Oakey
------------------------------
- KatherineOakey4 years agoQrew MemberI'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
------------------------------- 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
------------------------------
- KatherineOakey4 years agoQrew MemberWhy does the 'Last Completed Migration' have an invalid date?
Does that mean it didn't migrate successfully?
------------------------------
Katherine Oakey
------------------------------