Forum Discussion
MarkShnier__You
4 years agoQrew Legend
I mentioned in a previous post, a bulk upsert will not trigger individual email notifications.
The pipeline should be set to run every day and the first step should be a search to identify the qualifying records. then you will have a FOR EACH to update each record individually. You should have no reference whatsoever to Bulk Upserts.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
The pipeline should be set to run every day and the first step should be a search to identify the qualifying records. then you will have a FOR EACH to update each record individually. You should have no reference whatsoever to Bulk Upserts.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
KatherineOakey
4 years agoQrew Member
I wasn't sure if the Bulk Upsert qualified if it contained the For Each ...
The Migration is what created the Bulk Upsert as the first step in the Automation.
The Search is there and the For Each is there.
I'll keep reading but looks like I need to tweak the Pipeline to loop through the records and commit after each instead of the COMMIT UPSERT.
Rats! I was hoping the migration wouldn't need any tweaking :)
------------------------------
Katherine Oakey
------------------------------
The Migration is what created the Bulk Upsert as the first step in the Automation.
The Search is there and the For Each is there.
I'll keep reading but looks like I need to tweak the Pipeline to loop through the records and commit after each instead of the COMMIT UPSERT.
Rats! I was hoping the migration wouldn't need any tweaking :)
------------------------------
Katherine Oakey
------------------------------
- MarkShnier__You4 years agoQrew LegendThe conversion tool is not appropriate for your needs. There is no need to create a Bulk Upsert.
Step 1 search
Step 2 is a for each loop. Inside the loop is a single step up update record.
That is all you need.
Mark
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------