TwentyT
Twenty11mo ago
8 replies
Baptiste Devessier

This is a great use case for workflows.

This is a great use case for workflows. I think that's the best way to achieve it currently.

You can clean your code step a little bit to make it more straightforward if you want:

export const main = async () => {
  return {
    number: Date.now()
  }
}
Was this page helpful?