Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Add new records given value in a cell

Topic Labels: Automations
Solved
Jump to Solution
1986 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Luiz_Gustavo_de
4 - Data Explorer
4 - Data Explorer

Hello guys!
I work at a biotechnology company and we use bioreactors to produce fertilizers. My problem is the following:

I have a database with two tables: Orders and Tasks
One of the fields in the Projects table automatically calculates the number of fermentations (tasks) I have to run depending on the volume of fertilizer I need to produce. The calculation considers the total volume that must be made per order, the number of bioreactors I have available at the time of the order, and the production capacity of each bioreactor.

Since the number of brews (tasks) is dynamic, I would like to automatically create a Task list for each order.

For example, if I need to perform 17 fermentations (tasks) in a given order, I would like 17 new records to be created in the Tasks table and associated with the order.

Thanks to anyone who can help!

1 Solution

Accepted Solutions
JonathanBowen
13 - Mars
13 - Mars

Hi @Luiz_Gustavo_de_Alme - this post contains a solution to a similar problem:

You will need a script or script based automation to achieve this.

See Solution in Thread

2 Replies 2
JonathanBowen
13 - Mars
13 - Mars

Hi @Luiz_Gustavo_de_Alme - this post contains a solution to a similar problem:

You will need a script or script based automation to achieve this.

Luiz_Gustavo_de
4 - Data Explorer
4 - Data Explorer

Thank you, @JonathanBowen !