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!
Hey Roshan, not around my laptop, but looks like your formula is not checking if the values from the new webhooks are empty or not. So i would modify it to check for that and should populate if it finds something