Save and Continue Issue
Issue with native Save and Keep Working button.
I have a form, on which are several fields that a user completes, the results of which feed into several GetFieldValues fields. These retrieves prices from another table based on the selections made. That part works fine, but then there are some additional calculations made using that price and other fields on the form, but the price isn't "retrieved" until the record is saved. Thus, the need for the Save and Keep Working option. But that button doesn't behave in an expected way.
So I'm struggling to determine the cause within my environment when using the native Save and Keep Working button. First: after the first time this button is selected, the Save and New option no longer appears. And Second: sometimes when using this option, and just Save, the form saves but a new empty form is presented.
Is there a better/different way I could save and continue mid-form data entry, so that my price retrievals occur, but allow the user to still have the option to save and add a new record?