Forum Discussion
SolaceSonder1
3 years agoQrew Member
Thank you, yes, the last paragraph is where I'm struggling.
In my pipeline, I have the following:
Start
1. On New Event - triggers from any field change on the sync table
2. Prepare Bulk Record Upsert - on the lab table, with the merge field the source-test order code-result code field.
3. Add a bulk upsert row - See the screenshot below - it seems like this doesn't return anything. I think this needs to be a loop creating all the new rows we are going to upsert, but I can't figure out how to configure that.
4. Commit Upsert to the labs table.
------------------------------
Solace Sonder
------------------------------
In my pipeline, I have the following:
Start
1. On New Event - triggers from any field change on the sync table
2. Prepare Bulk Record Upsert - on the lab table, with the merge field the source-test order code-result code field.
3. Add a bulk upsert row - See the screenshot below - it seems like this doesn't return anything. I think this needs to be a loop creating all the new rows we are going to upsert, but I can't figure out how to configure that.
4. Commit Upsert to the labs table.
------------------------------
Solace Sonder
------------------------------
MarkShnier__You
Qrew Legend
3 years agoI'm not seeing any screen shot but.
Start
1. On New Event - triggers from any field change on the sync table (but only where lab exists is NO
2. Prepare Bulk Record Upsert - on the lab table, with the merge field the source-test order code-result code field. Yes, perfect.
3. Add a bulk upsert row - See the screenshot below - it seems like this doesn't return anything. I think this needs to be a loop creating all the new rows we are going to. We are only adding exactly 1 row, from the Trigger step A.
4. Commit Upsert to the labs table. Yes!
I know that it seems like a crazy thing to have to go through all these jumps just to "Upsert" a single row. What we really need from Quickbase is a new kind of Step where we can upsert a record without having to first build a bulk upsert "container".
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Start
1. On New Event - triggers from any field change on the sync table (but only where lab exists is NO
2. Prepare Bulk Record Upsert - on the lab table, with the merge field the source-test order code-result code field. Yes, perfect.
3. Add a bulk upsert row - See the screenshot below - it seems like this doesn't return anything. I think this needs to be a loop creating all the new rows we are going to. We are only adding exactly 1 row, from the Trigger step A.
4. Commit Upsert to the labs table. Yes!
I know that it seems like a crazy thing to have to go through all these jumps just to "Upsert" a single row. What we really need from Quickbase is a new kind of Step where we can upsert a record without having to first build a bulk upsert "container".
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- SolaceSonder13 years agoQrew MemberWhoops forgot to include the screenshot. It is possible that we'd be creating a few records though because we could have a bunch of new lab types on a sync import. See below, source-test order code-result code is blank? What goes here? It doesn't return anything when I trigger the automation.
------------------------------
Solace Sonder
------------------------------- MarkShnier__You3 years ago
Qrew Legend
You need to have a formula field in the Sync Table called probably
[Source-Test Order Code-Result Code]
with a formula of
List("-", [Source], [Test Order Code], [Result code])
and then drag that field from Step A Trigger down into that box for the Upsert Row.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- SolaceSonder13 years agoQrew MemberThank you, this worked!
------------------------------
Solace Sonder
------------------------------