Create a new row and use its data to open a new page

I’m not entirely sure, but it might work:

  • Set column to set a unique ID in a column of the screen you’re building the form in (you can do this on entry to that screen).

  • Wait for condition > Make sure the unique ID column is not empty.

  • Add row > Add the unique ID column to a row in the destination table.

  • Create a relation on the source table (same as the 1st step), create a relation from the unique ID column in there to the unique ID column in the destination table.

  • Wait for condition again, make sure the relation is not empty.

  • Show details screen of the relation.

3 Likes