Hello everyone ! +1.
My use case :
I work for a company that want to migrate from Airtable to Baserow. I want to compare the today’s date with a future known date.
One column from Airtable is the following formula :
IF({Closing date}>TODAY(),‘In progress’,‘Closed’)
I migrate a database for an example in baserow and i’m trying to convert the formula :
if (field( ‘Closing date’) > (???) , ‘In progress’, ‘Closed’)
So, I was searching for a formula like TODAY but it seems inexistant.
I can’t use “date_interval()” because it’s a text output and a date output is expected.
To bypass the issue, I create a new column with today’s date but it’s not dynamic at all…
I’m following issue #1251 that was mentionned by @olgatrykush
Thank you for your help !