Reuse Detail view and form

I have about 15 Views with different slices of the same table that I’d like to have the same Detail and Form view on.

It is quite unmanagable to have to update every single one to get a consistent experience.

Is there any way to achieve this?

And select that action under Behaviour on the Deck/Table/Etc view of the slices

3 Likes

Thanks.

[_thisrow] is what was the missing puzzle in the documentation.

LINKTOROW([_thisrow], “Sheet1_Form”)

1 Like

Yep, it’s very usefull

1 Like