How to set focus on a specific row even after inserting a new row in a table?
Solved
Focus on a row
Best answer by Mark Jongeling
What you can do is Input the Primary key column values into the Go to Row input parameters. If any of them should be changed after the Add row process action and cannot be Outputted by this process action, you can apply a Process procedure on the Add row process action.
This will allow you to run SQL code after the Add row process action and change any process variable values, such as the variable assigned to the "next id” column in the input of the Go to Row.
Hope this helps!
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.