How do I... import a choice from a previous screen into a form?

I’d like to be able to set a choice on the first screen and then have that choice imported to a form. Here’s my example:
Screen Shot 2020-05-07 at 2.31.53 PM 5:7:2020
I want the Current Focus choice to either populate the same choice inside the form (Record a new distraction), or I’d like Current Focus not to be a choice in the form and just export to the Data sheet when the form is submitted.
Here’s the form that shows after you tap (Record a new distraction):
Screen Shot 2020-05-07 at 2.36.23 PM 5:7:2020

Here’s a link to the app: Distraction Tracker

Feel free to copy or collaborate! Thanks to Nir Eyal for inspiring the idea. I’d like to share it with him when it gets to a more finished state.

You can just use the column components in the form. That is all the data from the previous screen.

1 Like

Perfect solution. Thanks, Jeff!

1 Like