Quick edit / I read your opinion :)

Hi Community,
I am interested in adding “quick edit” to my app.
I see is still in beta.
Any opinion about this feature? Do you use it?

Is there an option to only edit if it is empty ? (in this Quick edit)

thanks!

I use it but I don’t think the kind of option you asked about is available.

I wonder why it’s in beta. It’s been around a long time. Some features that have become very important and are used by many people for quite some time are still in beta.

Hey man,

I find it very useful and you can make it only “Editable” if emtpy with ISBLANK([_THIS])

Cheers

1 Like

But this would make “no editable” if I enter to edit form also?

Hey,

you can combine it like this:
OR(AND(ISBLANK([_THIS]), CONTEXT(“VIEWTYPE”)=“Detail”), NOT(CONTEXT(“VIEWTYPE”)=“Detail”))

1 Like