Add new screen already populated?

I just added a floating button to add a new entry as seen here:

However, when the new screen appears, the fields are already populated as shown here:

How can I start the user with a clean slate? I was able to do this with the default “Add” icon at the top, but now that I’m using the floating button, this issue happens.

I think you’d be better off using a “Show Form Screen” action.

The way you have it set up, it is simply pulling the information from the first row of the Data source you have selected (Trades).

If you’d like to use something other than a Form screen, you’ll need to use a Custom Form and create placeholder columns to store your entry fields, then pass them through to the Trades table using a button with an action.

3 Likes

That was it! Thanks!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.