Help
Automations
cancel
Showing results for 
Search instead for 
Did you mean: 

Automations Activity

Generic error on automation to update linked records across tables

My data schema is such that I have Programs which contain projects, each has its own table. I then have workers as a separate table, where I can link the workers to programs and/or projects. I am trying to set up an automation that checks if a worker...

  • 20 Views
  • 1 replies
  • 0 kudos

Column Width in Email Digest Grid

I'm trying to adjust the column width in an digest email but the truncate fields doesn't change the layout and I'd like the columns to be spread out more. Is there any way to set this? Even adjusting the view I'm pulling from doesn't change anything....

email_column_width.jpg
  • 23 Views
  • 1 replies
  • 0 kudos

Activate options not working

When I click 'activate options' no options are showing. I've double checked that activate options isn't already ticked on any other orders. It's been working fine, so not sure why it is suddenly not working. It's not working on multiple devices, and ...

  • 48 Views
  • 1 replies
  • 0 kudos

Why won't this script work when triggered by a button?

I want to send a webhook when a button is pressed on a record :// Use recordAsync to get the record associated with the buttonlet record = await input.recordAsync();// Check if the record existsif (record) {// Construct the URL based on the fetched r...

  • 46 Views
  • 0 replies
  • 0 kudos
Alix by 5 - Automation Enthusiast

Replacing underscores in automation emails

Emails sent via automations replace underscores with nothing, thereby corrupting the URLs, and other values, that contain underscores. I've read the many posts about this and still can't figure out the syntax to use to make this happen.Here's an exam...

CharlieMullin_0-1701462895846.png
  • 76 Views
  • 2 replies
  • 0 kudos

Resolved! Mapping fields syntax in a script

Hello,I'm working on an automation that, when triggered by a new record being created, runs a script. The script should take that record, parse a comma-delimited list, then create new records in a separate table. The new records are include the uniqu...

  • 99 Views
  • 8 replies
  • 0 kudos

Automation sending e-mails in infinite loop

Hi, community!Please, I need help to understand what happened with an automation that I messed up and was sending e-mails in an infinity looping even after it was deleted from the base.It was initially built with "At schedule time" trigger and had tw...

  • 53 Views
  • 0 replies
  • 1 kudos

Automation not pulling formatting from cells

Hi, I have multiple automations pulling data from formula fields, that have been formatted to include the euro sign. This works fine in the data, however when I pull the values into automations, the euro sign and formatting that I put in the formula ...

  • 42 Views
  • 0 replies
  • 0 kudos

Resolved! Automation Error for status change

Hi all,I have an automaton where at X time, once a week, records are scanned for any projects that are within the next coming week, the status is to be changed to "Upcoming". I am recieving an error message on the update record part. I have attached ...

  • 100 Views
  • 3 replies
  • 0 kudos

Resolved! problem adding a row in sheets

I'm adding a row in sheets successfully but only 2 of 6 fields are being copied over. What could be the issue? Thanks.

  • 47 Views
  • 1 replies
  • 0 kudos

Button for task management

Hello!I'm fairly new to Airtable, but I have found myself stuck on something and I'm unsure the best approach.  I have a base that is receiving data from submitted forms for security requests.  These requests are worked on by 3 different staff member...

  • 126 Views
  • 6 replies
  • 0 kudos

Resolved! Marking if entry is newest iteration

Hello! Here's my situation.I have a table 'Part List' that is automatically updated with parts from an external base that I do not control. One of the data entries inputted is "version" and "iteration". So I could have the following table:Part #Versi...

vvakharia_0-1701375081066.png
  • 90 Views
  • 4 replies
  • 0 kudos

Date changing between tables

I ran into an issue setting up an automation for some colleagues of mine. We all work in the same workspace, but depending on the team there are different tables within the workspace to manage their work. To keep things simple, lets say Team A works ...

  • 46 Views
  • 0 replies
  • 0 kudos

Create record in another base via button

Hi, is there a way I can send a webhook to an automation in another base via a button which runs a script?So like:press button on record on base A > runs script > script sends webhook to base B > webhook triggers automation to create recordI can achi...

  • 102 Views
  • 4 replies
  • 0 kudos
Alix by 5 - Automation Enthusiast