Hi!
I am working on a Block that would require the creation of fields of type formula
.
Unfortunately unstable_createFieldAsync
doesn’t allow that (yet?). I could instead create the fields using another type and then watch the dependencies for each record. But it would be kind of hacky and probably not performant.
Is there another way to create a field?
Thank you in advance!