Oct 07, 2023 06:40 AM
I've having a little bit of trouble wrapping my head around this automation. I believe I know how to do this using multiple automations but I'm wondering if there is a way to get it all done in a single automation.
Table 1 essentially calculates payments to submit to contractors for each "job". Example of relevant fields in a single job record:
Table 2 includes ALL transactions for the business (income and payments). Record entries linked to a single "job" may look something like:
TRANSACTION STATUS | CATEGORY (single select) | AMOUNT ($) | CONTRACTOR (linked field) |
Processed | Income | $800 | |
Precessed | Misc Expense | $120 | |
Expected | Contractor Payment | $120 | Joe |
Expected | Contractor Payment | $120 | Sally |
Expected | Contractor Payment | $70 | Bob |
What I'd like to do is set up an automation that triggers when a new record is added to Table 1. The automation then:
Expected results in Table 1:
Since I can't use both conditional logic AND a repeat group block in an automation, the only way I can think to do this is to create multiple automations, one for each contractor (i.e., when record created, find matching job records that are contractor payments, find Joe, updated amount field and transaction status). I have many contractors though, and they don't all work every job.
Jan 08, 2024 12:58 PM
Hey. Did you ever find a work around for this?
Jan 09, 2024 03:26 AM
No, not really. I just ended up making a ton of separate but almost identical automations.