LijaKoch
7 years agoQrew Trainee
QuickBase automation add a new record with conditions
I have a question when it comes to creating an automation that creates a new record.
I have a parent table called "Document Control". There is a field under that table called "Next Update Date" that tells the user when they should be reviewing the document next.
Under the Document Control table is a child relationship to Tasks. Documents will have many tasks.
I would like to create an automation when the "Next Update Date" is today's date, to add a new task record to that document. (I do know to have the Related Document Control = document control record Id)
So for example, say the Next Update date is today's date, then I would like a task record to be created under the document control parent table.
The problem I think is, is because the task record does not exist, the task does not know if the Next Update Date is today/past due. I also do not want to just add a task record as other Parent Tables have a child relationship to the tasks table. For, example, the parent table Projects has many tasks. I do not want tasks to be created randomly without a link to the parent nor do i want many tasks being created under the Projects table.
Is there a way to do this better?
I have a parent table called "Document Control". There is a field under that table called "Next Update Date" that tells the user when they should be reviewing the document next.
Under the Document Control table is a child relationship to Tasks. Documents will have many tasks.
I would like to create an automation when the "Next Update Date" is today's date, to add a new task record to that document. (I do know to have the Related Document Control = document control record Id)
So for example, say the Next Update date is today's date, then I would like a task record to be created under the document control parent table.
The problem I think is, is because the task record does not exist, the task does not know if the Next Update Date is today/past due. I also do not want to just add a task record as other Parent Tables have a child relationship to the tasks table. For, example, the parent table Projects has many tasks. I do not want tasks to be created randomly without a link to the parent nor do i want many tasks being created under the Projects table.
Is there a way to do this better?