Hi, I’m new to Make. I’ve been through the whole Make Academy, but having some challenges turning theory into action. Here’s my scenario. I use Harvest for time tracking and I have an Airtable database.
In the Airtable database, I have a table of employees. In that table I have their name, email address, and a field for their Harvest ID and a checkbox for Timesheet tracking (for a subset of employees where I want to run a daily report showing if they entered at least 8 hours of time.)
To start, I’d like to automate updating the employee’s record in Airtable with their Harvest ID.
So far I can connect to Harvest and retrieve a list of active employees (not all of whom will be in my Airtable table) and I can see their Harvest ID. I can connect to Airtable and see their records. I’m struggling to retrieve this information in the right sequence and do an Upsert into Airtable to add their HarvestID. I’m thinking that the common key currently between Harvest and Airtable is their email address.
Any help pointing me in the right direction would be greatly appreciated.