Though I think my answer is “NO”, I will ask the question anyway.
Is there a way to have an app auto save based on a specific field being filled out. for example
Say I have a form that asks what color the sky is and it has the following fields.
Key ID - autofill
Name - autofill based on login data
Date - Today()
What color is the sky - Enum (User picks a selection from a list of 5 colors) The app then auto saves on any updates
Tell me about the sky - Long text field
Thoughts?