Hi, I am trying to automate a process whereby if a record in one table is not empty, it will automatically create a duplicate record in a different table, filling in some select fields.
To be specific:
I have a table called tasks. It has a URL field called "output" which typically links to a google doc:
I also have a table called "Resources" which I will usually populate independently, but in the cases where there is a task connected to the resource, I want it to automatically create a new record.
I was able to make it work in a test, however it only worked for the test record.
How do I make it such that all records that fit the condition "not empty" will trigger the creation of a new record. The automation is already set to "on".