Formula Date Manipulation

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What do you need help with?

While using the Create Row in automations, I need to set a date field to the current date/time plus 5 minutes. I have tried now(). And that sets it to the current time, but am stuck on how to add 5 minutes. Thank you.

Hi @ben.blissett,

Edit: in database builder you could use now() + toduration(300), however there isn’t an equivalent yet for workflow automation builder. We will probably add it in the future, but for now you will need to do without.