Columns in a form view

Hi everyone
how can I hide columns in a form view without hiding them in other views?

Sure. Set a Show? expression like:

(CONTEXT("ViewType") <> "form")

3 Likes

The CONTEXT() function is amazing; contextually aware apps… epic.

2 Likes