How to prefill values when opening a create form

Hi everyone, I’m using NocoBase and have a fairly common requirement but haven’t found an optimal solution yet.

:dart: Goal

When opening a create form (Add new), I want some fields to be automatically prefilled with initial values, for example:

  • Default values based on logic
  • Or values fetched from the most recent record in the database
  • Or values calculated based on other data

Hello, you can set it through the block’s field value function.

1 Like