Apr 09, 2024 05:42 AM
Hi Yall!!
So I am tying to add in an automation that uses a check box being marked as "true" as a trigger in TABLE 1 to add one of my multiple select options in TABLE 2.
An example of how I would need it to work:
Trigger: Checkbox is checked in Table 1
Action: Tag is added in Table 2
Is it possible to add in automations that work across multiple tables?
Any idea how I could build this automation? My main issue is coming into selecting the correct record ID?
Any help would be seriously appreciated!
Thank you!
Solved! Go to Solution.
Apr 09, 2024 07:38 PM
Thanks! It looks like your two records are linked together, so I would try:
1. Create a lookup field in Table 2 to display the "Close Out" field value
2. Create an automation that will trigger when the lookup field in Table 2 of the "Close Out" field is ticked
3. In the automation, give it an "Update Record" action to update the "Status" field with the option that you want
Apr 09, 2024 05:57 AM - edited Apr 09, 2024 05:57 AM
Hm how do you know which record in Table 2 to update? Could you provide screenshots of both tables and the relevant fields?
Apr 09, 2024 06:40 AM
Surething 🙂 the following images have been added below:
1. Table 1: I have circled the checkbox that needs to be selected in order to trigger the automation in blue
2. Table 2: I have circled the column that needs to be updated in orange
3. Table 2: I have highlighted the options that will be available to add as an action to this automation. So when the automation runs successfully, "KCIT Grad" (as an example" needs to be added to the cell as one of the multiple select items 🙂
Hope this helps!
Apr 09, 2024 07:38 PM
Thanks! It looks like your two records are linked together, so I would try:
1. Create a lookup field in Table 2 to display the "Close Out" field value
2. Create an automation that will trigger when the lookup field in Table 2 of the "Close Out" field is ticked
3. In the automation, give it an "Update Record" action to update the "Status" field with the option that you want
Apr 10, 2024 02:47 AM
SO CLEVER! Thank you!