Help

Date error in copy-and-paste automation

Solved
Jump to Solution
727 2
cancel
Showing results for 
Search instead for 
Did you mean: 
ajewell
4 - Data Explorer
4 - Data Explorer

Hi all,

I'm working on building a base for my team, and am having an issue with automating a copy-and-paste function.

I have a formula which calculates the due date for tasks based on a set number of workdays from the start date. However, sometimes we need to edit due dates of individual tasks and don't want to edit the start date or the number of workdays—so, I need to figure out a way to copy the data in the due date formula field to another field where it can be edited. (I know I could just edit the workdays on each task, but for a variety of reasons I think that will be too complicated for my users/set up.)

Screenshot 2023-12-08 at 1.28.46 PM.png

In order to copy-and-paste data to make it possible to edit dates, I have been using this automation:

Screenshot 2023-12-08 at 1.30.34 PM.png

 

Screenshot 2023-12-08 at 1.30.23 PM.png

 

Screenshot 2023-12-08 at 1.31.00 PM.png

But, for some reason, every time the automation runs it generates the date the day after the formula-created date. I have no idea why this is, and I have to assume there's a way to just directly copy this data. Here's what's being spit-out for me right now:

Screenshot 2023-12-08 at 1.29.29 PM.png

Any tips on how to get these dates to copy over without a day added?

1 Solution

Accepted Solutions
Sho
11 - Venus
11 - Venus

Hi @ajewell,

It is probably due to the different time zones.
This article is helpful.

Timebased-troubleshooting - Troubleshooting Airtable automations | Airtable Support

See Solution in Thread

2 Replies 2
Sho
11 - Venus
11 - Venus

Hi @ajewell,

It is probably due to the different time zones.
This article is helpful.

Timebased-troubleshooting - Troubleshooting Airtable automations | Airtable Support

That seemed to fix it! Thanks!