What's the most efficient way to create a column that just says the month two months from now? So right now it would read "February"
Here's how to create a column with the month name you need:1. Click "Add Column" > "Add Column using AI" 2. Once in the date formatter: ā¢ Input your date (you can use a formula to get current date + 2 months) ā¢ Select your desired format for displaying the month name ā¢ Optionally, you can specify: ā¢ Timezone settings ā¢ Locale (if you want the month name in a different language)The formatter will automatically update the date/time values for new rows in your table. Sources: Clay Formatters Overview - Clay University Add Column Using AI & Add New Rows Format Date/Time with Clay Formatters
Looks like you're still looking for help. We're escalating this over to our support team and someone should be in touch soon. In the meantime, feel free to include any other information that may be helpful in solving your issue!
Hi Julien, thanks for reaching out. Taking a look at this now!
You can use this javascript formula: moment().add(2, 'months').format('YYYY-MM-DD') - which will allow you to add a set amount of month to your current date, you can edit the number to increase or decrease the number of months you want to offset the column from today's date.
This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.