Apr 12, 2022 08:08 AM
i have a communication log table, when i request something from Client and he didn’t replay the record still opened , i forced to call back to the client and open new ticket , finally i found may tickets still opened , how can i close all opened ticket related to to same client automatically
Apr 13, 2022 02:36 AM
hi @Mohamed_Galal,
you have two options to solve this problem:
EASIER BUT LESS FLEXIBLE: creating an Airtable automation that gets triggered when a client record column is checked. The action for that automation should be to look for all the records in the tickets table that are related to the client record. Then you can add an update action to change the status of all those records.
MORE COMPLEX BUT MORE FLEXIBLE: creating an Airtable automation with a script that also gets triggered when the checkbox is checked. The script looks through all the tickets records and finds all the tickets that are connected to the client. It then can perform different actions on them such as:
The script option is much more flexible and allows you to perform many more actions on the ticket records according to your specific needs but might be harder to create if you are not familiar with Javascript.
Hope this helps!
Website: alessiomonino.com
Calendly: Calendly - Alessio Monino
Email: alessio.monino@gmail.com
Apr 18, 2022 06:50 AM
thank you very mush Alessio , i am trying to create a automation but it is not working , can you help me with that ?
Apr 18, 2022 09:42 AM
hi @Mohamed_Galal,
Sure, what are you struggling with?
Website: alessiomonino.com
Calendly: Calendly - Alessio Monino
Email: alessio.monino@gmail.com