Hi, is there a way to utilize the data in the “Created At” default column? I’m trying to get that information into Airtable and it simply doesn’t show up when selecting which data to pass along. Thanks!
💤 You've caught us outside of our support hours (9am-9pm EST), but don't worry - we'll be back in touch within 24 hours (often sooner!). If you haven't already, please include the URL of your table in the thread below so that we can help you as quickly as possible!
No, the “Created At” data can’t be referenced directly, as it would create an infinite loop. However, you can create a *formula*that generates today’s date when certain conditions are met. The formula could look something like this: If /column has a value, return today’s date. This will allow you to capture a similar timestamp without causing issues. Let me know if you need further help setting this up! 😊
Wonderful, thanks!