Back button - multiple actions

Hi!

In my there is an action for "copy this row and edit the copy". My workers do this action X times.

Wojciech_Sz_0-1644499711085.png

The problem is that they need to press the back button X times to back to the table view. How to construct the action for going back to the table view in one click?

 

Solved Solved
0 6 1,155
1 ACCEPTED SOLUTION

Okay. I figured it out!

You need to create an action "App: go to another view within this app" with code:

LINKTOFILTEREDVIEW("TableName_Inline", [RefColumn] = [_THISROW].[RefColumn])

View solution in original post

6 REPLIES 6
Top Labels in this Space