Clay Icon

How to Populate a Formula Column with Today's Date for All Rows in a Webhook

ยท
ยท

I have a formula column to generate today's date (formula is moment(TODAY()).format('MM/DD/YYYY')). The date isn't being generated on an ongoing basis as rows are added via webhook - how can I have this field be populated for all rows that get added? Not having this row causes a couple HTTP requests to break. Thanks!