Creating multiple records of a record on a different table based on data in another table

When a record is entered to job creation, I want the job allocation to create records taking into model and the generation in to effect based on the model task creation tab, task category and task

1 Like

So when I choose GMC and Generation 1, I should see 4 tasks created based on the Model Task Creation table?

This should be possible with workflows on a paid plan.

The flow is to trigger a webhook workflow with a JSON containing the Job No, Model and Generation.

Then, loop through the Model Task Creation table, find rows that match the Model and Generation, then add them, alongside the Job No to the Job Allocation table.

1 Like

I still haven’t got a paid plan, which one should I get for this? Explorer or Maker level?
Thanks

1 Like

Explorer is the lowest pricing level where you can have workflows.