Nov 14, 2024 02:23 PM
Hello,
I have seen a few different solutions for questions related to my issue, but nothing seems to work still. I am going to hopefully explain this in the most concise, but detailed way possible.
Overview:
We have 2 tables that I am trying to make communicate. 1 table is an intake form with a production calendar view. The other table is an overall production calendar with many different views for different key stakeholders. We have an automation set up so whenever a client submits a request, it also get sent over to our overall production calendar.
Problem:
The problem is that the launch dates for these clients often changes and in return we need our overall production calendar to update whenever our intake manager moves the date on the intake calendar.
Our current process:
I have been trying everything under the sun and I can't seem to figure out how to make this update. Any help would be appreciated!
Nov 14, 2024 08:27 PM
Hm, if you don't need to modify dates in the Production Calendar the simplest way to deal with this might be to just use a lookup field to display the date from the Intake Calendar, but I assume this isn't possible for business reasons?
With reference to step 3, I'm assuming that automation also links the Intake record to the Production record
And so you could try:
1. Create a checkbox field in the Intake Calendar that says "Update on Production" or something
2. Create an automation that triggers when the checkbox field is ticked
3. Give it an "Update record" action and use the record ID of the linked Production record, and update it with the new date in Intake Calendar
4. Give it an "Update record" action and update the triggering record in Intake and clear the checkbox
I feel like you probably have already tried this though, so let me know what issues you're facing and I'll see what I can do to help!
Nov 15, 2024 05:05 AM
Hi! I'm thinking something like this could work:
You could set up a form (like Plumsail Forms for Airtable, they've got this feature) that lets the intake manager update existing records.
Then, create Airtable automation to detect changes in the intake calendar and update the matching record in the production calendar.
That should keep both calendars in sync.