Pre-Fill values in Deeplinks to Forms that has ref_rows

My goal is to create a deeplink that when a user clicks will directly open to a form that has pre-filled values. However, the form also has this part (see picture below) that creates a record in a different table with which I do not know how to pre-fill using the deeplink.

Are you going to use Initial values as pre-filled values or are they coming from a record where the user clicked the action in the first place?

2 Likes

The link will be deployed in an external website, and will be constructed in such a way that the link will have the pre-filled values.

But from where these pre-filled values are coming from? Are they always the same so they are coming from an initial value or with an expression in the initial value (so they are changed per row etc.)?

2 Likes

There is no way to pre-fill rows in a REF_ROWS() column when using LINKTOFORM().

1 Like

Theses values are taken from the external website, e.g., if the page on that external website is for Octopus, the deeplink will be constructed to have Octopus be a pre-filled value.