Forum Discussion
ChristineWhite
Qrew Assistant Captain
I have a "Project Tag" Parent Table allowing users to Group projects as needed. I would like to create a new record in a Request table for each of these Child projects and thought I could use the Bulk Record set feature for this.
------------------------------
Christine White
------------------------------
------------------------------
Christine White
------------------------------
MarkShnier__You
3 years agoQrew Legend
Would this be running on a schedule or on a trigger? If on a trigger and they are just getting added one by one then you don't need to use a bulk record set.
If the trigger is some mass operation line an import or a grid edit, then a bulk import would be better to use. But I don't think you need to use the Make Request Step.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
If the trigger is some mass operation line an import or a grid edit, then a bulk import would be better to use. But I don't think you need to use the Make Request Step.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- ChristineWhite3 years agoQrew Assistant CaptainThis is on a Trigger from the "Project Tag" table. So thought the Bulk Record Set would essentially perform the "loop" function for me? Never used it before.
------------------------------
Christine White
------------------------------- MarkShnier__You3 years agoQrew LegendIf the trigger is on a parent record and you want to trigger a search of children and create records for each child record returned in the search then yes a bulk record upsert would be perfect for your needs.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- ChristineWhite3 years agoQrew Assistant CaptainThanks! Do you know how that "make request" step here is supposed to be set up? (This example is essentially what I am trying to create) https://help.quickbase.com/pipelines/about_bulk_record%20sets.html?Highlight=bulk
------------------------------
Christine White
------------------------------