Insert works from "Run" button but not "Submit"!

I built my first app which is a simple form to insert a record. I built it by adding a form and then components within the form and then created the query manually. So I may be missing something. The app was working ok, inserting records but along the way I got stuck...

When I click the "Run" button in the editor - the record successfully inserts.
However, when I click the actual submit button, the form seems to reload, shows no error messages and resets!

Here is a video:CleanShot 2023-05-31 at 17.48.50 · CleanShot Cloud

I'm likely missing some setting on the submit button?
![CleanShot 2023-05-31 at 17.50.32@2x|626x500]
(upload://sD4sCRnTZBX5gHqMl0ebFZO63uB.jpeg)

I really need help in order to use this tomorrow night. I'd appreciate any advice.

Hello @Mission,

It looks like your Save Pitch button is triggering a different query. You want to trigger pitchInsert instead of Pitches.

Yes. thank you for the fix! Human error of course!