Open view/form after creation of a row from an action button

I've added an action of type: 

DroidTeo_0-1670363746841.png

Is it possible to open the detail view or the update form of this line just after? 

If yes, how can I do this?

Solved Solved
0 3 115
1 ACCEPTED SOLUTION

In the end, instead of creating the new line and the try to open the view, I decide to use the LINKTOFORM expression:

LINKTOFORM("MyFor",
"Field1", [_ThisRow].[Field1],
"Field2", [_ThisRow].[Field2],
etc, 
etc, 
)

View solution in original post

3 REPLIES 3
Top Labels in this Space