Loading...

We're setting up your new app...

Template

Linktoform Example

This app shows how to link to a form and fill in default values

Industry: n/a
Sometimes you want to link to a form and prefill values based on the current row. You can do this using a LINKTOFORM formula in an action. Try clicking on a row and then clicking on the "Copy and Comment" action. This will take you to a form on another table that has values from the current row prefilled.
Loading...

How we built this app

We've got two tables: Table1 and Table2. We created a table view for each, and a form view for Table 2 called Table 2 Form. We created an action on Table1 that navigates to another view of the app. The deep link formula that we used is LINKTOFORM("Table2 Form", "Name2", [Name1], "Color2", [Color1]). This links to Table2 Form and sets the values of the columns Name2 and Color2 to the current Table1 row's values of [Name1] and [Color1].
This is a preview of the data sets used in the app.

Data

This is a high-level model of both the data entities and the UI elements in the app.
Loading...
Start for free