Forum Discussion

BibhavRimal's avatar
BibhavRimal
Qrew Trainee
2 years ago

Automation to pipelines

Hi, 

I am trying to migrate an existing automation to pipelines. The problem is the automation includes more than 26 steps. All the actions in automation is adding a record to a certain table and that step repeats 49 times. In other words, Add record 1, add record 2, add record 3.....add record 49. Is there a way to optimize the existing automation to reduce the number of steps to below 26 and migrate to pipelines?

Or is it better to build a new pipeline and how do I build a new pipeline with steps less than 26 but at the same time add 60 records or more.

Any help will be appreciated.

------------------------------
Bibhav Rimal
------------------------------

8 Replies

  • MarkShnier__You's avatar
    MarkShnier__You
    Qrew #1 Challenger
    Can you explain what these child records represent? One way to do this is to have a helper table which includes these records to be added. Then have a single pipeline step which will do a table to table import copying those records as records into the target table.

    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------
    • BibhavRimal's avatar
      BibhavRimal
      Qrew Trainee
      Hi Mark, 

      These records are adding parts and quantities. 

      Trigger: add a record to X table with A and B is checked.
      Action 1: Add a record (part 1 and quantities 1) to Y table.
      Action 2: Add a record (part 2 and quantities 2) to Y table.
      Action 49: Add a record (part 3 and quantities3) to Y table

      ------------------------------
      Bibhav Rimal
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Qrew #1 Challenger
        Are these records being added to a parent record as child records?
        Like this is a Project and based on the Project Type you need a certain set of Child records Created?

        ------------------------------
        Mark Shnier (Your Quickbase Coach)
        mark.shnier@gmail.com
        ------------------------------