Finish view in forms

Hi everyone, Im worink on a form app.

Each form is divided in 4 “sub forms” (4 views), so I have one table for each sub form. I made it like this because some values of the second part are autocompleted with values of the first part, and so on with the third and fourth parts.

Im using the “Finish view” option to automatically show the next “sub form” once you saved the actual part.
The fourth sub form has to be completed only if you select certain value in part 3.

Is there a way to use the finish view option with a condition?
Or anyone with another idea?

Thanks in advance.

0 4 99
  • UX
4 REPLIES 4

Use a LINKTOVIEW() Action on Form Save Behavior, instead of Finish View

Thanks for the answer! Never used LINKTOVIEW() action, now reading about it.

I configure 2 actions, then group them in another action and set the form saved behaviour to the grouped action.

I got this message after using a linktoview action

Fisrt action:

Second action:

Gropued action:

Form saved behaviour:

You want to be using LINKTOVIEW() expression in the Action’s “Target”, not that URL that you’re trying to use. That pop-up message is there because it thinks you’re trying to navigate to another app.

Top Labels in this Space