Mar 11, 2022 01:40 PM
Hello everyone,
So I’m a bit confused on how to do this one.
I have two tables named “Dashboard” and “Payments”.
Table “Dashboard” has two important fields - “PU Date” and “Driver(s)”.
Table “Payments” has 4 important fields - “Driver” (manually choose), “From” (manually choose), “To” (manually choose) and “Loads” (needs to be automated).
So, I want to import all records from “Dashboard” table to another field (Loads) in “Payments” table “as link to another table”. But I want these newly imported records to be between certain dates “From” and “To” and to match the Driver I choose.
How can I do that?
Hope you understand. Thanks
Mar 13, 2022 09:08 AM
You may need two automations. Try one of the following setups and if it doesn’t suffice use both:
Second Option
Mar 13, 2022 01:28 PM
There’s no option to choose {From} and {To} fields in conditions. I can only choose “today, tomorrow, yesterday, onw week ago” etc.