Jan 31, 2024 02:38 AM
Hello everyone,
I have two tables. Table 1 contains campaigns and table 2 contains events. The events can then be linked to the campaigns with a linked data record. Now I would like a notification to be sent to the creator of the event if something changes in the campaign.
I would also like to display both the campaigns from Table 1 and the events in a timeline overview. How can I do this with values from two tables?
Thank you and best regards.
Jan 31, 2024 03:44 AM
Hello @mirkolando ,
First of all some of the content is generated using AI but if you know the proper prompt then you can directly ask it on different AI tools.
The structure of the Table/fields varies from your current structure but think about the concept and workflow that need to follow.
We'll create a database structure with two tables - one for campaigns and another for events. Then, I'll guide you through setting up automation in Airtable to notify the event creators when there are changes in the linked campaigns. Additionally, I'll explain how to create a timeline overview using both tables.
Table 1: Campaigns
Table 2: Events
Create a View for Updated Campaigns in the Campaigns Table
Create Automation for Notifications
This setup allows for efficient tracking and notification regarding campaign updates and provides a visual timeline that integrates data from both the Campaigns and Events tables.
Jan 31, 2024 04:05 AM
Hi @dilipborad,
thank you for the detailed an quick answer.
I just dont find a way how to configure this part of your explanation.
How can i add the email addresses from the linked records in the Events table?
Jan 31, 2024 04:35 AM - edited Jan 31, 2024 04:57 AM
If the number of events linked to a single campaign will definitely be less than 100 and you want to personalize the emails, you could try:
1. Create an automation that'll trigger when the campaign gets updated
2. Use the "Repeating group" function
3. Look for the appropriate event record (based on the name, or ID or something)
4. Have a "Send email" action that'll use the found record data from step 3 for the email. This'll let you do stuff like "Hello [Name]" etc since you're able to use all the data from the record and personalize the email
And so you'll end up with something that looks like this:
And here's a link to the base where it's set up
--
For the timeline thing, does this mean that both a campaign record and an events record will have start and end times? If so, you'll probably need to just consolidate all the records into a single table I'm afraid
Jan 31, 2024 04:39 AM
Hello @mirkolando ,
Try the things given by @TheTimeSavingCo .
If it's not works then use these things to configure the email action in Airtable automation to use the email addresses from the linked records in the Events table, follow these steps:
Ensure Proper Linking Between Tables
Create a Lookup Field
Set Up the Automation
Configure the Email Action
Test the Automation
By using a Lookup field to gather email addresses from linked records and incorporating this into your automation, you can ensure that event creators are notified whenever there's an update in the campaigns they're linked to.
Jan 31, 2024 05:01 AM
thanks for your answer.
I just dont understand the point:
3. look for the appropriate event record (based on the name, or ID or something)
I can create a configuration as follows:
show me all records, in the Events table, where Focus & Stories (Campaigns) is exactly (Trigger record). But I can only select a specific record and not the record from which it was triggered.
Or is that possible?
Jan 31, 2024 05:26 AM
Ah no, that step is supposed to look for one specific event record so you can grab data from it, not all the event records that are linked to that campaign. If you don't need to personalize it I think you might want to just go with @dilipborad 's solution actually, it's a lot more elegant than mine
Jan 31, 2024 05:43 AM
exactly, I need all linked data records.
But I actually like your idea. Because then I can also use all the information from the data records in the email.
For example:
Hi, (name)
the focus / story mentioned in the subject line has changed. Please check your events for necessary adjustments.
The following events are affected:
Event 1
Event 3
Is there a solution for this?
Jan 31, 2024 06:36 AM
i found out how to do it. Thank you guys 🙂
Jan 31, 2024 06:57 AM
@dilipborad how can i add a second data source to a timeline?